Shades of Palatinate Purple #5F0C68
Tints of Palatinate Purple #5F0C68
RGB
CMYK
RGB Variations
Color information
#5F0C68 (or 0x5F0C68) is known color: Palatinate Purple. HEX triplet: 5F, 0C and 68. RGB value is (95,12,104). Sum of RGB (Red+Green+Blue) = 95+12+104=211 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.02% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #5F0C68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0C68 is #A0F397. Grayscale: #2F2F2F. Windows color (decimal): -10548120 or 6818911. OLE color: 6818911.
HSL color Cylindrical-coordinate representation of color #5F0C68: hue angle of 294.13º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5F0C68 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 95 | 12 | 104 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.59 |
| HSL | 294.13º | 0.79% | 0.23% | - |
| HSV(B) | 294.13º | 0.88% | 0.41% | - |
| XYZ | 7.35 | 3.7 | 13.42 | - |
| YUV | 47.31 | 160 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 12 | 104 | 0.09 | 0.88 | 0 | 0.59 | 294.13 | 0.79 | 0.23 |
| Hex | 5F | C | 68 | 9 | 58 | 0 | 3B | 126 | 4F | 17 |
| Octal | 137 | 14 | 150 | 11 | 130 | 0 | 73 | 446 | 117 | 27 |
| Binary | 1011111 | 1100 | 1101000 | 1001 | 1011000 | 0 | 111011 | 100100110 | 1001111 | 10111 |
Color Harmonies of #5F0C68
Complementary color
Monochromatic Colors of #5F0C68
Black with #5F0C68
Text Example
Text Example
White with #5F0C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0C68; }
p { color: rgb(95,12,104); }
H1.HeaderClassName
{
color: #5F0C68;
}
.AnyTagClassName
{
color: #5F0C68;
}
</style>
background-color css
<style>
a { background-color: #5F0C68; }
a { background-color: rgb(95,12,104); }
div.DivClassName
{
background-color: #5F0C68;
}
.BgClassName
{
background-color: #5F0C68;
}
</style>
border-color css
<style>
span { border-color: #5F0C68; }
span { border-color: rgb(95,12,104); }
td.TdClassName
{
border-color: #5F0C68;
}
.TagClassName
{
border-color: #5F0C68;
}
</style>