#72006A

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

Shades of Purple #72006A

Tints of Purple #72006A

Color information

#72006A (or 0x72006A) is unknown color: approx Purple. HEX triplet: 72, 00 and 6A. RGB value is (114,0,106). Sum of RGB (Red+Green+Blue) = 114+0+106=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #72006A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72006A is #8DFF95. Grayscale: #2D2D2D. Windows color (decimal): -9306006 or 6946930. OLE color: 6946930.

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

Color convert

RGB1140106-
CMYK010.070.55
HSL304.21º100%22.35%-
HSV(B)304.21º100%44.71%-
XYZ9.544.6214.02-
YUV46.17161.77176.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 48.18%
R=51.82%
G=0%
B=48.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1140106010.070.55304.2110022.35
Hex7206A0647371306416
Octal1620152014476746014426
Binary11100100110101001100100111110111100110000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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