Shades of Palatinate Purple #5F204F
Tints of Palatinate Purple #5F204F
RGB
CMYK
RGB Variations
Color information
#5F204F (or 0x5F204F) is known color: Palatinate Purple. HEX triplet: 5F, 20 and 4F. RGB value is (95,32,79). Sum of RGB (Red+Green+Blue) = 95+32+79=206 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.12% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 95 - color contains mainly: red. Hex color #5F204F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F204F is #A0DFB0. Grayscale: #383838. Windows color (decimal): -10543025 or 5185631. OLE color: 5185631.
HSL color Cylindrical-coordinate representation of color #5F204F: hue angle of 315.24º 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 #5F204F is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 32 | 79 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.63 |
| HSL | 315.24º | 0.5% | 0.25% | - |
| HSV(B) | 315.24º | 0.66% | 0.37% | - |
| XYZ | 6.65 | 4.03 | 7.82 | - |
| YUV | 56.2 | 140.87 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 32 | 79 | 0 | 0.66 | 0.17 | 0.63 | 315.24 | 0.5 | 0.25 |
| Hex | 5F | 20 | 4F | 0 | 42 | 11 | 3F | 13B | 32 | 19 |
| Octal | 137 | 40 | 117 | 0 | 102 | 21 | 77 | 473 | 62 | 31 |
| Binary | 1011111 | 100000 | 1001111 | 0 | 1000010 | 10001 | 111111 | 100111011 | 110010 | 11001 |
Color Harmonies of #5F204F
Complementary color
Monochromatic Colors of #5F204F
Black with #5F204F
Text Example
Text Example
White with #5F204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F204F; }
p { color: rgb(95,32,79); }
H1.HeaderClassName
{
color: #5F204F;
}
.AnyTagClassName
{
color: #5F204F;
}
</style>
background-color css
<style>
a { background-color: #5F204F; }
a { background-color: rgb(95,32,79); }
div.DivClassName
{
background-color: #5F204F;
}
.BgClassName
{
background-color: #5F204F;
}
</style>
border-color css
<style>
span { border-color: #5F204F; }
span { border-color: rgb(95,32,79); }
td.TdClassName
{
border-color: #5F204F;
}
.TagClassName
{
border-color: #5F204F;
}
</style>