Shades of Purple #72006A
Tints of Purple #72006A
RGB
CMYK
RGB Variations
Color information
#72006A (or 0x72006A) is known color: 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
| RGB | 114 | 0 | 106 | - |
| CMYK | 0 | 1 | 0.07 | 0.55 |
| HSL | 304.21º | 1% | 0.22% | - |
| HSV(B) | 304.21º | 1% | 0.45% | - |
| XYZ | 9.54 | 4.62 | 14.02 | - |
| YUV | 46.17 | 161.77 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 106 | 0 | 1 | 0.07 | 0.55 | 304.21 | 1 | 0.22 |
| Hex | 72 | 0 | 6A | 0 | 64 | 7 | 37 | 130 | 64 | 16 |
| Octal | 162 | 0 | 152 | 0 | 144 | 7 | 67 | 460 | 144 | 26 |
| Binary | 1110010 | 0 | 1101010 | 0 | 1100100 | 111 | 110111 | 100110000 | 1100100 | 10110 |
Color Harmonies of #72006A
Complementary color
Monochromatic Colors of #72006A
Black with #72006A
Text Example
Text Example
White with #72006A
Text Example
Text Example
HTML Codes & Css Web 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>