Shades of Palatinate Purple #72075C
Tints of Palatinate Purple #72075C
RGB
CMYK
RGB Variations
Color information
#72075C (or 0x72075C) is known color: Palatinate Purple. HEX triplet: 72, 07 and 5C. RGB value is (114,7,92). Sum of RGB (Red+Green+Blue) = 114+7+92=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #72075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72075C is #8DF8A3. Grayscale: #303030. Windows color (decimal): -9304228 or 6031218. OLE color: 6031218.
HSL color Cylindrical-coordinate representation of color #72075C: hue angle of 312.34º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72075C is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 7 | 92 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.55 |
| HSL | 312.34º | 0.88% | 0.24% | - |
| HSV(B) | 312.34º | 0.94% | 0.45% | - |
| XYZ | 8.95 | 4.5 | 10.52 | - |
| YUV | 48.68 | 152.45 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 7 | 92 | 0 | 0.94 | 0.19 | 0.55 | 312.34 | 0.88 | 0.24 |
| Hex | 72 | 7 | 5C | 0 | 5E | 13 | 37 | 138 | 58 | 18 |
| Octal | 162 | 7 | 134 | 0 | 136 | 23 | 67 | 470 | 130 | 30 |
| Binary | 1110010 | 111 | 1011100 | 0 | 1011110 | 10011 | 110111 | 100111000 | 1011000 | 11000 |
Color Harmonies of #72075C
Complementary color
Monochromatic Colors of #72075C
Black with #72075C
Text Example
Text Example
White with #72075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72075C; }
p { color: rgb(114,7,92); }
H1.HeaderClassName
{
color: #72075C;
}
.AnyTagClassName
{
color: #72075C;
}
</style>
background-color css
<style>
a { background-color: #72075C; }
a { background-color: rgb(114,7,92); }
div.DivClassName
{
background-color: #72075C;
}
.BgClassName
{
background-color: #72075C;
}
</style>
border-color css
<style>
span { border-color: #72075C; }
span { border-color: rgb(114,7,92); }
td.TdClassName
{
border-color: #72075C;
}
.TagClassName
{
border-color: #72075C;
}
</style>