Shades of Purple #72177B
Tints of Purple #72177B
RGB
CMYK
RGB Variations
Color information
#72177B (or 0x72177B) is known color: Purple. HEX triplet: 72, 17 and 7B. RGB value is (114,23,123). Sum of RGB (Red+Green+Blue) = 114+23+123=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #72177B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72177B is #8DE884. Grayscale: #3D3D3D. Windows color (decimal): -9300101 or 8066930. OLE color: 8066930.
HSL color Cylindrical-coordinate representation of color #72177B: hue angle of 294.6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72177B is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 23 | 123 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.52 |
| HSL | 294.6º | 0.68% | 0.29% | - |
| HSV(B) | 294.6º | 0.81% | 0.48% | - |
| XYZ | 10.82 | 5.62 | 19.25 | - |
| YUV | 61.61 | 162.65 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 23 | 123 | 0.07 | 0.81 | 0 | 0.52 | 294.6 | 0.68 | 0.29 |
| Hex | 72 | 17 | 7B | 7 | 51 | 0 | 34 | 127 | 44 | 1D |
| Octal | 162 | 27 | 173 | 7 | 121 | 0 | 64 | 447 | 104 | 35 |
| Binary | 1110010 | 10111 | 1111011 | 111 | 1010001 | 0 | 110100 | 100100111 | 1000100 | 11101 |
Color Harmonies of #72177B
Complementary color
Monochromatic Colors of #72177B
Black with #72177B
Text Example
Text Example
White with #72177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72177B; }
p { color: rgb(114,23,123); }
H1.HeaderClassName
{
color: #72177B;
}
.AnyTagClassName
{
color: #72177B;
}
</style>
background-color css
<style>
a { background-color: #72177B; }
a { background-color: rgb(114,23,123); }
div.DivClassName
{
background-color: #72177B;
}
.BgClassName
{
background-color: #72177B;
}
</style>
border-color css
<style>
span { border-color: #72177B; }
span { border-color: rgb(114,23,123); }
td.TdClassName
{
border-color: #72177B;
}
.TagClassName
{
border-color: #72177B;
}
</style>