Shades of Palatinate Purple #5F1952
Tints of Palatinate Purple #5F1952
RGB
CMYK
RGB Variations
Color information
#5F1952 (or 0x5F1952) is known color: Palatinate Purple. HEX triplet: 5F, 19 and 52. RGB value is (95,25,82). Sum of RGB (Red+Green+Blue) = 95+25+82=202 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.03% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1952 is #A0E6AD. Grayscale: #343434. Windows color (decimal): -10544814 or 5380447. OLE color: 5380447.
HSL color Cylindrical-coordinate representation of color #5F1952: hue angle of 311.14º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F1952 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 25 | 82 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.63 |
| HSL | 311.14º | 0.58% | 0.24% | - |
| HSV(B) | 311.14º | 0.74% | 0.37% | - |
| XYZ | 6.59 | 3.74 | 8.36 | - |
| YUV | 52.43 | 144.69 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 25 | 82 | 0 | 0.74 | 0.14 | 0.63 | 311.14 | 0.58 | 0.24 |
| Hex | 5F | 19 | 52 | 0 | 4A | E | 3F | 137 | 3A | 18 |
| Octal | 137 | 31 | 122 | 0 | 112 | 16 | 77 | 467 | 72 | 30 |
| Binary | 1011111 | 11001 | 1010010 | 0 | 1001010 | 1110 | 111111 | 100110111 | 111010 | 11000 |
Color Harmonies of #5F1952
Complementary color
Monochromatic Colors of #5F1952
Black with #5F1952
Text Example
Text Example
White with #5F1952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1952; }
p { color: rgb(95,25,82); }
H1.HeaderClassName
{
color: #5F1952;
}
.AnyTagClassName
{
color: #5F1952;
}
</style>
background-color css
<style>
a { background-color: #5F1952; }
a { background-color: rgb(95,25,82); }
div.DivClassName
{
background-color: #5F1952;
}
.BgClassName
{
background-color: #5F1952;
}
</style>
border-color css
<style>
span { border-color: #5F1952; }
span { border-color: rgb(95,25,82); }
td.TdClassName
{
border-color: #5F1952;
}
.TagClassName
{
border-color: #5F1952;
}
</style>