Shades of Palatinate Purple #5F115A
Tints of Palatinate Purple #5F115A
RGB
CMYK
RGB Variations
Color information
#5F115A (or 0x5F115A) is known color: Palatinate Purple. HEX triplet: 5F, 11 and 5A. RGB value is (95,17,90). Sum of RGB (Red+Green+Blue) = 95+17+90=202 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.03% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 95 - color contains mainly: red. Hex color #5F115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F115A is #A0EEA5. Grayscale: #303030. Windows color (decimal): -10546854 or 5902687. OLE color: 5902687.
HSL color Cylindrical-coordinate representation of color #5F115A: hue angle of 303.85º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F115A is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 17 | 90 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.63 |
| HSL | 303.85º | 0.7% | 0.22% | - |
| HSV(B) | 303.85º | 0.82% | 0.37% | - |
| XYZ | 6.77 | 3.57 | 10.01 | - |
| YUV | 48.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 17 | 90 | 0 | 0.82 | 0.05 | 0.63 | 303.85 | 0.7 | 0.22 |
| Hex | 5F | 11 | 5A | 0 | 52 | 5 | 3F | 130 | 46 | 16 |
| Octal | 137 | 21 | 132 | 0 | 122 | 5 | 77 | 460 | 106 | 26 |
| Binary | 1011111 | 10001 | 1011010 | 0 | 1010010 | 101 | 111111 | 100110000 | 1000110 | 10110 |
Color Harmonies of #5F115A
Complementary color
Monochromatic Colors of #5F115A
Black with #5F115A
Text Example
Text Example
White with #5F115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F115A; }
p { color: rgb(95,17,90); }
H1.HeaderClassName
{
color: #5F115A;
}
.AnyTagClassName
{
color: #5F115A;
}
</style>
background-color css
<style>
a { background-color: #5F115A; }
a { background-color: rgb(95,17,90); }
div.DivClassName
{
background-color: #5F115A;
}
.BgClassName
{
background-color: #5F115A;
}
</style>
border-color css
<style>
span { border-color: #5F115A; }
span { border-color: rgb(95,17,90); }
td.TdClassName
{
border-color: #5F115A;
}
.TagClassName
{
border-color: #5F115A;
}
</style>