Shades of Palatinate Purple #5F1965
Tints of Palatinate Purple #5F1965
RGB
CMYK
RGB Variations
Color information
#5F1965 (or 0x5F1965) is known color: Palatinate Purple. HEX triplet: 5F, 19 and 65. RGB value is (95,25,101). Sum of RGB (Red+Green+Blue) = 95+25+101=221 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.99% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 101 - color contains mainly: blue. Hex color #5F1965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1965 is #A0E69A. Grayscale: #363636. Windows color (decimal): -10544795 or 6625631. OLE color: 6625631.
HSL color Cylindrical-coordinate representation of color #5F1965: hue angle of 295.26º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F1965 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 25 | 101 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.60 |
| HSL | 295.26º | 0.6% | 0.25% | - |
| HSV(B) | 295.26º | 0.75% | 0.4% | - |
| XYZ | 7.42 | 4.07 | 12.71 | - |
| YUV | 54.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 25 | 101 | 0.06 | 0.75 | 0 | 0.60 | 295.26 | 0.6 | 0.25 |
| Hex | 5F | 19 | 65 | 6 | 4B | 0 | 3C | 127 | 3C | 19 |
| Octal | 137 | 31 | 145 | 6 | 113 | 0 | 74 | 447 | 74 | 31 |
| Binary | 1011111 | 11001 | 1100101 | 110 | 1001011 | 0 | 111100 | 100100111 | 111100 | 11001 |
Color Harmonies of #5F1965
Complementary color
Monochromatic Colors of #5F1965
Black with #5F1965
Text Example
Text Example
White with #5F1965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1965; }
p { color: rgb(95,25,101); }
H1.HeaderClassName
{
color: #5F1965;
}
.AnyTagClassName
{
color: #5F1965;
}
</style>
background-color css
<style>
a { background-color: #5F1965; }
a { background-color: rgb(95,25,101); }
div.DivClassName
{
background-color: #5F1965;
}
.BgClassName
{
background-color: #5F1965;
}
</style>
border-color css
<style>
span { border-color: #5F1965; }
span { border-color: rgb(95,25,101); }
td.TdClassName
{
border-color: #5F1965;
}
.TagClassName
{
border-color: #5F1965;
}
</style>