#720066

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

Shades of Purple #720066

Tints of Purple #720066

Color information

#720066 (or 0x720066) is unknown color: approx Purple. HEX triplet: 72, 00 and 66. RGB value is (114,0,102). Sum of RGB (Red+Green+Blue) = 114+0+102=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #720066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720066 is #8DFF99. Grayscale: #2D2D2D. Windows color (decimal): -9306010 or 6684786. OLE color: 6684786.

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

Color convert

RGB1140102-
CMYK010.110.55
HSL306.32º100%22.35%-
HSV(B)306.32º100%44.71%-
XYZ9.344.5412.95-
YUV45.71159.77176.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 47.22%
R=52.78%
G=0%
B=47.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1140102010.110.55306.3210022.35
Hex72066064B371326416
Octal16201460144136746214426
Binary111001001100110011001001011110111100110010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720066; }

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

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

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

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

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

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

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

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