Shades of Palatinate Purple #5F0259
Tints of Palatinate Purple #5F0259
RGB
CMYK
RGB Variations
Color information
#5F0259 (or 0x5F0259) is known color: Palatinate Purple. HEX triplet: 5F, 02 and 59. RGB value is (95,2,89). Sum of RGB (Red+Green+Blue) = 95+2+89=186 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.08% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0259 is #A0FDA6. Grayscale: #272727. Windows color (decimal): -10550695 or 5833311. OLE color: 5833311.
HSL color Cylindrical-coordinate representation of color #5F0259: hue angle of 303.87º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F0259 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 2 | 89 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.63 |
| HSL | 303.87º | 0.96% | 0.19% | - |
| HSV(B) | 303.87º | 0.98% | 0.37% | - |
| XYZ | 6.54 | 3.2 | 9.72 | - |
| YUV | 39.73 | 155.81 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 2 | 89 | 0 | 0.98 | 0.06 | 0.63 | 303.87 | 0.96 | 0.19 |
| Hex | 5F | 2 | 59 | 0 | 62 | 6 | 3F | 130 | 60 | 13 |
| Octal | 137 | 2 | 131 | 0 | 142 | 6 | 77 | 460 | 140 | 23 |
| Binary | 1011111 | 10 | 1011001 | 0 | 1100010 | 110 | 111111 | 100110000 | 1100000 | 10011 |
Color Harmonies of #5F0259
Complementary color
Monochromatic Colors of #5F0259
Black with #5F0259
Text Example
Text Example
White with #5F0259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0259; }
p { color: rgb(95,2,89); }
H1.HeaderClassName
{
color: #5F0259;
}
.AnyTagClassName
{
color: #5F0259;
}
</style>
background-color css
<style>
a { background-color: #5F0259; }
a { background-color: rgb(95,2,89); }
div.DivClassName
{
background-color: #5F0259;
}
.BgClassName
{
background-color: #5F0259;
}
</style>
border-color css
<style>
span { border-color: #5F0259; }
span { border-color: rgb(95,2,89); }
td.TdClassName
{
border-color: #5F0259;
}
.TagClassName
{
border-color: #5F0259;
}
</style>