Shades of Purple #72177C
Tints of Purple #72177C
RGB
CMYK
RGB Variations
Color information
#72177C (or 0x72177C) is known color: Purple. HEX triplet: 72, 17 and 7C. RGB value is (114,23,124). Sum of RGB (Red+Green+Blue) = 114+23+124=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #72177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72177C is #8DE883. Grayscale: #3D3D3D. Windows color (decimal): -9300100 or 8132466. OLE color: 8132466.
HSL color Cylindrical-coordinate representation of color #72177C: hue angle of 294.06º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72177C is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 23 | 124 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.51 |
| HSL | 294.06º | 0.69% | 0.29% | - |
| HSV(B) | 294.06º | 0.81% | 0.49% | - |
| XYZ | 10.88 | 5.65 | 19.58 | - |
| YUV | 61.72 | 163.15 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 23 | 124 | 0.08 | 0.81 | 0 | 0.51 | 294.06 | 0.69 | 0.29 |
| Hex | 72 | 17 | 7C | 8 | 51 | 0 | 33 | 126 | 45 | 1D |
| Octal | 162 | 27 | 174 | 10 | 121 | 0 | 63 | 446 | 105 | 35 |
| Binary | 1110010 | 10111 | 1111100 | 1000 | 1010001 | 0 | 110011 | 100100110 | 1000101 | 11101 |
Color Harmonies of #72177C
Complementary color
Monochromatic Colors of #72177C
Black with #72177C
Text Example
Text Example
White with #72177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72177C; }
p { color: rgb(114,23,124); }
H1.HeaderClassName
{
color: #72177C;
}
.AnyTagClassName
{
color: #72177C;
}
</style>
background-color css
<style>
a { background-color: #72177C; }
a { background-color: rgb(114,23,124); }
div.DivClassName
{
background-color: #72177C;
}
.BgClassName
{
background-color: #72177C;
}
</style>
border-color css
<style>
span { border-color: #72177C; }
span { border-color: rgb(114,23,124); }
td.TdClassName
{
border-color: #72177C;
}
.TagClassName
{
border-color: #72177C;
}
</style>