Shades of Palatinate Purple #72176A
Tints of Palatinate Purple #72176A
RGB
CMYK
RGB Variations
Color information
#72176A (or 0x72176A) is known color: Palatinate Purple. HEX triplet: 72, 17 and 6A. RGB value is (114,23,106). Sum of RGB (Red+Green+Blue) = 114+23+106=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #72176A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72176A is #8DE895. Grayscale: #3B3B3B. Windows color (decimal): -9300118 or 6952818. OLE color: 6952818.
HSL color Cylindrical-coordinate representation of color #72176A: hue angle of 305.27º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72176A is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 23 | 106 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.55 |
| HSL | 305.27º | 0.66% | 0.27% | - |
| HSV(B) | 305.27º | 0.8% | 0.45% | - |
| XYZ | 9.85 | 5.23 | 14.13 | - |
| YUV | 59.67 | 154.15 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 23 | 106 | 0 | 0.80 | 0.07 | 0.55 | 305.27 | 0.66 | 0.27 |
| Hex | 72 | 17 | 6A | 0 | 50 | 7 | 37 | 131 | 42 | 1B |
| Octal | 162 | 27 | 152 | 0 | 120 | 7 | 67 | 461 | 102 | 33 |
| Binary | 1110010 | 10111 | 1101010 | 0 | 1010000 | 111 | 110111 | 100110001 | 1000010 | 11011 |
Color Harmonies of #72176A
Complementary color
Monochromatic Colors of #72176A
Black with #72176A
Text Example
Text Example
White with #72176A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72176A; }
p { color: rgb(114,23,106); }
H1.HeaderClassName
{
color: #72176A;
}
.AnyTagClassName
{
color: #72176A;
}
</style>
background-color css
<style>
a { background-color: #72176A; }
a { background-color: rgb(114,23,106); }
div.DivClassName
{
background-color: #72176A;
}
.BgClassName
{
background-color: #72176A;
}
</style>
border-color css
<style>
span { border-color: #72176A; }
span { border-color: rgb(114,23,106); }
td.TdClassName
{
border-color: #72176A;
}
.TagClassName
{
border-color: #72176A;
}
</style>