#72006B

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

Shades of Purple #72006B

Tints of Purple #72006B

Color information

#72006B (or 0x72006B) is unknown color: approx Purple. HEX triplet: 72, 00 and 6B. RGB value is (114,0,107). Sum of RGB (Red+Green+Blue) = 114+0+107=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #72006B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72006B is #8DFF94. Grayscale: #2D2D2D. Windows color (decimal): -9306005 or 7012466. OLE color: 7012466.

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

Color convert

RGB1140107-
CMYK010.060.55
HSL303.68º100%22.35%-
HSV(B)303.68º100%44.71%-
XYZ9.594.6414.3-
YUV46.28162.27176.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 48.42%
R=51.58%
G=0%
B=48.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1140107010.060.55303.6810022.35
Hex7206B0646371306416
Octal1620153014466746014426
Binary11100100110101101100100110110111100110000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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