Shades of Purple #72167E
Tints of Purple #72167E
RGB
CMYK
RGB Variations
Color information
#72167E (or 0x72167E) is known color: Purple. HEX triplet: 72, 16 and 7E. RGB value is (114,22,126). Sum of RGB (Red+Green+Blue) = 114+22+126=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 126 (49.61% from 255 or 48.09% from 262); Max value from RGB is 126 - color contains mainly: blue. Hex color #72167E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72167E is #8DE981. Grayscale: #3D3D3D. Windows color (decimal): -9300354 or 8263282. OLE color: 8263282.
HSL color Cylindrical-coordinate representation of color #72167E: hue angle of 293.08º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #72167E is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 22 | 126 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.51 |
| HSL | 293.08º | 0.7% | 0.29% | - |
| HSV(B) | 293.08º | 0.83% | 0.49% | - |
| XYZ | 10.99 | 5.66 | 20.25 | - |
| YUV | 61.36 | 164.48 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 22 | 126 | 0.10 | 0.83 | 0 | 0.51 | 293.08 | 0.7 | 0.29 |
| Hex | 72 | 16 | 7E | A | 53 | 0 | 33 | 125 | 46 | 1D |
| Octal | 162 | 26 | 176 | 12 | 123 | 0 | 63 | 445 | 106 | 35 |
| Binary | 1110010 | 10110 | 1111110 | 1010 | 1010011 | 0 | 110011 | 100100101 | 1000110 | 11101 |
Color Harmonies of #72167E
Complementary color
Monochromatic Colors of #72167E
Black with #72167E
Text Example
Text Example
White with #72167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72167E; }
p { color: rgb(114,22,126); }
H1.HeaderClassName
{
color: #72167E;
}
.AnyTagClassName
{
color: #72167E;
}
</style>
background-color css
<style>
a { background-color: #72167E; }
a { background-color: rgb(114,22,126); }
div.DivClassName
{
background-color: #72167E;
}
.BgClassName
{
background-color: #72167E;
}
</style>
border-color css
<style>
span { border-color: #72167E; }
span { border-color: rgb(114,22,126); }
td.TdClassName
{
border-color: #72167E;
}
.TagClassName
{
border-color: #72167E;
}
</style>