#721290

Color #721290 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #721290

Tints of Purple #721290

Color information

#721290 (or 0x721290) is unknown color: approx Purple. HEX triplet: 72, 12 and 90. RGB value is (114,18,144). Sum of RGB (Red+Green+Blue) = 114+18+144=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #721290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721290 is #8DED6F. Grayscale: #3C3C3C. Windows color (decimal): -9301360 or 9441906. OLE color: 9441906.

HSL color Cylindrical-coordinate representation of color #721290: hue angle of 285.71º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721290 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11418144-
CMYK0.210.8800.44
HSL285.71º77.78%31.76%-
HSV(B)285.71º87.5%56.47%-
XYZ12.196.0226.91-
YUV61.07174.8165.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 18 (7.42% from 255) = 6.52%
BLUE value IS 144 (56.64% from 255) = 52.17%
R=41.30%
G=6.52%
B=52.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114181440.210.8800.44285.7177.7831.76
Hex721290155802C11e4e20
Octal162222202513005443611640
Binary1110010100101001000010101101100001011001000111101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721290; }

 p { color: rgb(114,18,144); }

 H1.HeaderClassName
 {
   color: #721290;
 }
 .AnyTagClassName
 {
   color: #721290;
 }
</style>
background-color css

<style>
 a { background-color: #721290; }

 a { background-color: rgb(114,18,144); }

 div.DivClassName
 {
   background-color: #721290;
 }
 .BgClassName
 {
   background-color: #721290;
 }
</style>
border-color css

<style>
 span { border-color: #721290; }

 span { border-color: rgb(114,18,144); }

 td.TdClassName
 {
   border-color: #721290;
 }
 .TagClassName
 {
   border-color: #721290;
 }
</style>