Shades of Palatinate Purple #5F1062
Tints of Palatinate Purple #5F1062
RGB
CMYK
RGB Variations
Color information
#5F1062 (or 0x5F1062) is known color: Palatinate Purple. HEX triplet: 5F, 10 and 62. RGB value is (95,16,98). Sum of RGB (Red+Green+Blue) = 95+16+98=209 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.45% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #5F1062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1062 is #A0EF9D. Grayscale: #303030. Windows color (decimal): -10547102 or 6426719. OLE color: 6426719.
HSL color Cylindrical-coordinate representation of color #5F1062: hue angle of 297.8º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F1062 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 16 | 98 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.62 |
| HSL | 297.8º | 0.72% | 0.22% | - |
| HSV(B) | 297.8º | 0.84% | 0.38% | - |
| XYZ | 7.11 | 3.69 | 11.89 | - |
| YUV | 48.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 16 | 98 | 0.03 | 0.84 | 0 | 0.62 | 297.8 | 0.72 | 0.22 |
| Hex | 5F | 10 | 62 | 3 | 54 | 0 | 3E | 12A | 48 | 16 |
| Octal | 137 | 20 | 142 | 3 | 124 | 0 | 76 | 452 | 110 | 26 |
| Binary | 1011111 | 10000 | 1100010 | 11 | 1010100 | 0 | 111110 | 100101010 | 1001000 | 10110 |
Color Harmonies of #5F1062
Complementary color
Monochromatic Colors of #5F1062
Black with #5F1062
Text Example
Text Example
White with #5F1062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1062; }
p { color: rgb(95,16,98); }
H1.HeaderClassName
{
color: #5F1062;
}
.AnyTagClassName
{
color: #5F1062;
}
</style>
background-color css
<style>
a { background-color: #5F1062; }
a { background-color: rgb(95,16,98); }
div.DivClassName
{
background-color: #5F1062;
}
.BgClassName
{
background-color: #5F1062;
}
</style>
border-color css
<style>
span { border-color: #5F1062; }
span { border-color: rgb(95,16,98); }
td.TdClassName
{
border-color: #5F1062;
}
.TagClassName
{
border-color: #5F1062;
}
</style>