Shades of Palatinate Purple #5F205D
Tints of Palatinate Purple #5F205D
RGB
CMYK
RGB Variations
Color information
#5F205D (or 0x5F205D) is known color: Palatinate Purple. HEX triplet: 5F, 20 and 5D. RGB value is (95,32,93). Sum of RGB (Red+Green+Blue) = 95+32+93=220 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.18% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 95 - color contains mainly: red. Hex color #5F205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F205D is #A0DFA2. Grayscale: #393939. Windows color (decimal): -10543011 or 6103135. OLE color: 6103135.
HSL color Cylindrical-coordinate representation of color #5F205D: hue angle of 301.9º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F205D is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 32 | 93 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.63 |
| HSL | 301.9º | 0.5% | 0.25% | - |
| HSV(B) | 301.9º | 0.66% | 0.37% | - |
| XYZ | 7.21 | 4.26 | 10.8 | - |
| YUV | 57.79 | 147.87 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 32 | 93 | 0 | 0.66 | 0.02 | 0.63 | 301.9 | 0.5 | 0.25 |
| Hex | 5F | 20 | 5D | 0 | 42 | 2 | 3F | 12E | 32 | 19 |
| Octal | 137 | 40 | 135 | 0 | 102 | 2 | 77 | 456 | 62 | 31 |
| Binary | 1011111 | 100000 | 1011101 | 0 | 1000010 | 10 | 111111 | 100101110 | 110010 | 11001 |
Color Harmonies of #5F205D
Complementary color
Monochromatic Colors of #5F205D
Black with #5F205D
Text Example
Text Example
White with #5F205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F205D; }
p { color: rgb(95,32,93); }
H1.HeaderClassName
{
color: #5F205D;
}
.AnyTagClassName
{
color: #5F205D;
}
</style>
background-color css
<style>
a { background-color: #5F205D; }
a { background-color: rgb(95,32,93); }
div.DivClassName
{
background-color: #5F205D;
}
.BgClassName
{
background-color: #5F205D;
}
</style>
border-color css
<style>
span { border-color: #5F205D; }
span { border-color: rgb(95,32,93); }
td.TdClassName
{
border-color: #5F205D;
}
.TagClassName
{
border-color: #5F205D;
}
</style>