#720666

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

Shades of Purple #720666

Tints of Purple #720666

Color information

#720666 (or 0x720666) is unknown color: approx Purple. HEX triplet: 72, 06 and 66. RGB value is (114,6,102). Sum of RGB (Red+Green+Blue) = 114+6+102=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #720666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720666 is #8DF999. Grayscale: #303030. Windows color (decimal): -9304474 or 6686322. OLE color: 6686322.

HSL color Cylindrical-coordinate representation of color #720666: hue angle of 306.67º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720666 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB1146102-
CMYK00.950.110.55
HSL306.67º90%23.53%-
HSV(B)306.67º94.74%44.71%-
XYZ9.44.6712.98-
YUV49.24157.78174.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.35%
GREEN value IS 6 (2.73% from 255) = 2.70%
BLUE value IS 102 (40.23% from 255) = 45.95%
R=51.35%
G=2.70%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114610200.950.110.55306.679023.53
Hex7266605FB371335a18
Octal16261460137136746313230
Binary11100101101100110010111111011110111100110011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720666; }

 p { color: rgb(114,6,102); }

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

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

 a { background-color: rgb(114,6,102); }

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

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

 span { border-color: rgb(114,6,102); }

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