Shades of Purple #72067C
Tints of Purple #72067C
RGB
CMYK
RGB Variations
Color information
#72067C (or 0x72067C) is known color: Purple. HEX triplet: 72, 06 and 7C. RGB value is (114,6,124). Sum of RGB (Red+Green+Blue) = 114+6+124=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #72067C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72067C is #8DF983. Grayscale: #333333. Windows color (decimal): -9304452 or 8128114. OLE color: 8128114.
HSL color Cylindrical-coordinate representation of color #72067C: hue angle of 294.92º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72067C is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 6 | 124 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.51 |
| HSL | 294.92º | 0.91% | 0.25% | - |
| HSV(B) | 294.92º | 0.95% | 0.49% | - |
| XYZ | 10.64 | 5.16 | 19.5 | - |
| YUV | 51.74 | 168.78 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 6 | 124 | 0.08 | 0.95 | 0 | 0.51 | 294.92 | 0.91 | 0.25 |
| Hex | 72 | 6 | 7C | 8 | 5F | 0 | 33 | 127 | 5B | 19 |
| Octal | 162 | 6 | 174 | 10 | 137 | 0 | 63 | 447 | 133 | 31 |
| Binary | 1110010 | 110 | 1111100 | 1000 | 1011111 | 0 | 110011 | 100100111 | 1011011 | 11001 |
Color Harmonies of #72067C
Complementary color
Monochromatic Colors of #72067C
Black with #72067C
Text Example
Text Example
White with #72067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72067C; }
p { color: rgb(114,6,124); }
H1.HeaderClassName
{
color: #72067C;
}
.AnyTagClassName
{
color: #72067C;
}
</style>
background-color css
<style>
a { background-color: #72067C; }
a { background-color: rgb(114,6,124); }
div.DivClassName
{
background-color: #72067C;
}
.BgClassName
{
background-color: #72067C;
}
</style>
border-color css
<style>
span { border-color: #72067C; }
span { border-color: rgb(114,6,124); }
td.TdClassName
{
border-color: #72067C;
}
.TagClassName
{
border-color: #72067C;
}
</style>