#72066A

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

Shades of Purple #72066A

Tints of Purple #72066A

Color information

#72066A (or 0x72066A) is unknown color: approx Purple. HEX triplet: 72, 06 and 6A. RGB value is (114,6,106). Sum of RGB (Red+Green+Blue) = 114+6+106=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72066A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72066A is #8DF995. Grayscale: #313131. Windows color (decimal): -9304470 or 6948466. OLE color: 6948466.

HSL color Cylindrical-coordinate representation of color #72066A: hue angle of 304.44º 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 #72066A is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB1146106-
CMYK00.950.070.55
HSL304.44º90%23.53%-
HSV(B)304.44º94.74%44.71%-
XYZ9.614.7514.05-
YUV49.69159.78173.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.44%
GREEN value IS 6 (2.73% from 255) = 2.65%
BLUE value IS 106 (41.80% from 255) = 46.90%
R=50.44%
G=2.65%
B=46.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114610600.950.070.55304.449023.53
Hex7266A05F7371305a18
Octal1626152013776746013230
Binary1110010110110101001011111111110111100110000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72066A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72066A; }

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

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

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

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

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

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

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

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