Shades of Palatinate Purple #72105C
Tints of Palatinate Purple #72105C
RGB
CMYK
RGB Variations
Color information
#72105C (or 0x72105C) is known color: Palatinate Purple. HEX triplet: 72, 10 and 5C. RGB value is (114,16,92). Sum of RGB (Red+Green+Blue) = 114+16+92=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #72105C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72105C is #8DEFA3. Grayscale: #353535. Windows color (decimal): -9301924 or 6033522. OLE color: 6033522.
HSL color Cylindrical-coordinate representation of color #72105C: hue angle of 313.47º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #72105C is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 16 | 92 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.55 |
| HSL | 313.47º | 0.75% | 0.25% | - |
| HSV(B) | 313.47º | 0.86% | 0.45% | - |
| XYZ | 9.06 | 4.72 | 10.56 | - |
| YUV | 53.97 | 149.47 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 16 | 92 | 0 | 0.86 | 0.19 | 0.55 | 313.47 | 0.75 | 0.25 |
| Hex | 72 | 10 | 5C | 0 | 56 | 13 | 37 | 139 | 4B | 19 |
| Octal | 162 | 20 | 134 | 0 | 126 | 23 | 67 | 471 | 113 | 31 |
| Binary | 1110010 | 10000 | 1011100 | 0 | 1010110 | 10011 | 110111 | 100111001 | 1001011 | 11001 |
Color Harmonies of #72105C
Complementary color
Monochromatic Colors of #72105C
Black with #72105C
Text Example
Text Example
White with #72105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72105C; }
p { color: rgb(114,16,92); }
H1.HeaderClassName
{
color: #72105C;
}
.AnyTagClassName
{
color: #72105C;
}
</style>
background-color css
<style>
a { background-color: #72105C; }
a { background-color: rgb(114,16,92); }
div.DivClassName
{
background-color: #72105C;
}
.BgClassName
{
background-color: #72105C;
}
</style>
border-color css
<style>
span { border-color: #72105C; }
span { border-color: rgb(114,16,92); }
td.TdClassName
{
border-color: #72105C;
}
.TagClassName
{
border-color: #72105C;
}
</style>