Shades of Purple #72066C
Tints of Purple #72066C
RGB
CMYK
RGB Variations
Color information
#72066C (or 0x72066C) is known color: Purple. HEX triplet: 72, 06 and 6C. RGB value is (114,6,108). Sum of RGB (Red+Green+Blue) = 114+6+108=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #72066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72066C is #8DF993. Grayscale: #313131. Windows color (decimal): -9304468 or 7079538. OLE color: 7079538.
HSL color Cylindrical-coordinate representation of color #72066C: hue angle of 303.33º 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 #72066C is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 6 | 108 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.55 |
| HSL | 303.33º | 0.9% | 0.24% | - |
| HSV(B) | 303.33º | 0.95% | 0.45% | - |
| XYZ | 9.71 | 4.79 | 14.6 | - |
| YUV | 49.92 | 160.78 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 6 | 108 | 0 | 0.95 | 0.05 | 0.55 | 303.33 | 0.9 | 0.24 |
| Hex | 72 | 6 | 6C | 0 | 5F | 5 | 37 | 12F | 5A | 18 |
| Octal | 162 | 6 | 154 | 0 | 137 | 5 | 67 | 457 | 132 | 30 |
| Binary | 1110010 | 110 | 1101100 | 0 | 1011111 | 101 | 110111 | 100101111 | 1011010 | 11000 |
Color Harmonies of #72066C
Complementary color
Monochromatic Colors of #72066C
Black with #72066C
Text Example
Text Example
White with #72066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72066C; }
p { color: rgb(114,6,108); }
H1.HeaderClassName
{
color: #72066C;
}
.AnyTagClassName
{
color: #72066C;
}
</style>
background-color css
<style>
a { background-color: #72066C; }
a { background-color: rgb(114,6,108); }
div.DivClassName
{
background-color: #72066C;
}
.BgClassName
{
background-color: #72066C;
}
</style>
border-color css
<style>
span { border-color: #72066C; }
span { border-color: rgb(114,6,108); }
td.TdClassName
{
border-color: #72066C;
}
.TagClassName
{
border-color: #72066C;
}
</style>