Shades of Palatinate Purple #5F2364
Tints of Palatinate Purple #5F2364
RGB
CMYK
RGB Variations
Color information
#5F2364 (or 0x5F2364) is known color: Palatinate Purple. HEX triplet: 5F, 23 and 64. RGB value is (95,35,100). Sum of RGB (Red+Green+Blue) = 95+35+100=230 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.30% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 100 - color contains mainly: blue. Hex color #5F2364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2364 is #A0DC9B. Grayscale: #3C3C3C. Windows color (decimal): -10542236 or 6562655. OLE color: 6562655.
HSL color Cylindrical-coordinate representation of color #5F2364: hue angle of 295.38º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F2364 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 95 | 35 | 100 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.61 |
| HSL | 295.38º | 0.48% | 0.26% | - |
| HSV(B) | 295.38º | 0.65% | 0.39% | - |
| XYZ | 7.62 | 4.56 | 12.53 | - |
| YUV | 60.35 | 150.38 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 35 | 100 | 0.05 | 0.65 | 0 | 0.61 | 295.38 | 0.48 | 0.26 |
| Hex | 5F | 23 | 64 | 5 | 41 | 0 | 3D | 127 | 30 | 1A |
| Octal | 137 | 43 | 144 | 5 | 101 | 0 | 75 | 447 | 60 | 32 |
| Binary | 1011111 | 100011 | 1100100 | 101 | 1000001 | 0 | 111101 | 100100111 | 110000 | 11010 |
Color Harmonies of #5F2364
Complementary color
Monochromatic Colors of #5F2364
Black with #5F2364
Text Example
Text Example
White with #5F2364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2364; }
p { color: rgb(95,35,100); }
H1.HeaderClassName
{
color: #5F2364;
}
.AnyTagClassName
{
color: #5F2364;
}
</style>
background-color css
<style>
a { background-color: #5F2364; }
a { background-color: rgb(95,35,100); }
div.DivClassName
{
background-color: #5F2364;
}
.BgClassName
{
background-color: #5F2364;
}
</style>
border-color css
<style>
span { border-color: #5F2364; }
span { border-color: rgb(95,35,100); }
td.TdClassName
{
border-color: #5F2364;
}
.TagClassName
{
border-color: #5F2364;
}
</style>