Shades of Purple #72167C
Tints of Purple #72167C
RGB
CMYK
RGB Variations
Color information
#72167C (or 0x72167C) is known color: Purple. HEX triplet: 72, 16 and 7C. RGB value is (114,22,124). Sum of RGB (Red+Green+Blue) = 114+22+124=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #72167C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72167C is #8DE983. Grayscale: #3C3C3C. Windows color (decimal): -9300356 or 8132210. OLE color: 8132210.
HSL color Cylindrical-coordinate representation of color #72167C: hue angle of 294.12º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72167C is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 22 | 124 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.51 |
| HSL | 294.12º | 0.7% | 0.29% | - |
| HSV(B) | 294.12º | 0.82% | 0.49% | - |
| XYZ | 10.86 | 5.61 | 19.58 | - |
| YUV | 61.14 | 163.48 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 22 | 124 | 0.08 | 0.82 | 0 | 0.51 | 294.12 | 0.7 | 0.29 |
| Hex | 72 | 16 | 7C | 8 | 52 | 0 | 33 | 126 | 46 | 1D |
| Octal | 162 | 26 | 174 | 10 | 122 | 0 | 63 | 446 | 106 | 35 |
| Binary | 1110010 | 10110 | 1111100 | 1000 | 1010010 | 0 | 110011 | 100100110 | 1000110 | 11101 |
Color Harmonies of #72167C
Complementary color
Monochromatic Colors of #72167C
Black with #72167C
Text Example
Text Example
White with #72167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72167C; }
p { color: rgb(114,22,124); }
H1.HeaderClassName
{
color: #72167C;
}
.AnyTagClassName
{
color: #72167C;
}
</style>
background-color css
<style>
a { background-color: #72167C; }
a { background-color: rgb(114,22,124); }
div.DivClassName
{
background-color: #72167C;
}
.BgClassName
{
background-color: #72167C;
}
</style>
border-color css
<style>
span { border-color: #72167C; }
span { border-color: rgb(114,22,124); }
td.TdClassName
{
border-color: #72167C;
}
.TagClassName
{
border-color: #72167C;
}
</style>