Shades of Palatinate Purple #5F0262
Tints of Palatinate Purple #5F0262
RGB
CMYK
RGB Variations
Color information
#5F0262 (or 0x5F0262) is known color: Palatinate Purple. HEX triplet: 5F, 02 and 62. RGB value is (95,2,98). Sum of RGB (Red+Green+Blue) = 95+2+98=195 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.72% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #5F0262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0262 is #A0FD9D. Grayscale: #282828. Windows color (decimal): -10550686 or 6423135. OLE color: 6423135.
HSL color Cylindrical-coordinate representation of color #5F0262: hue angle of 298.12º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F0262 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 2 | 98 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.62 |
| HSL | 298.13º | 0.96% | 0.2% | - |
| HSV(B) | 298.13º | 0.98% | 0.38% | - |
| XYZ | 6.95 | 3.36 | 11.84 | - |
| YUV | 40.75 | 160.31 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 2 | 98 | 0.03 | 0.98 | 0 | 0.62 | 298.13 | 0.96 | 0.2 |
| Hex | 5F | 2 | 62 | 3 | 62 | 0 | 3E | 12A | 60 | 14 |
| Octal | 137 | 2 | 142 | 3 | 142 | 0 | 76 | 452 | 140 | 24 |
| Binary | 1011111 | 10 | 1100010 | 11 | 1100010 | 0 | 111110 | 100101010 | 1100000 | 10100 |
Color Harmonies of #5F0262
Complementary color
Monochromatic Colors of #5F0262
Black with #5F0262
Text Example
Text Example
White with #5F0262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0262; }
p { color: rgb(95,2,98); }
H1.HeaderClassName
{
color: #5F0262;
}
.AnyTagClassName
{
color: #5F0262;
}
</style>
background-color css
<style>
a { background-color: #5F0262; }
a { background-color: rgb(95,2,98); }
div.DivClassName
{
background-color: #5F0262;
}
.BgClassName
{
background-color: #5F0262;
}
</style>
border-color css
<style>
span { border-color: #5F0262; }
span { border-color: rgb(95,2,98); }
td.TdClassName
{
border-color: #5F0262;
}
.TagClassName
{
border-color: #5F0262;
}
</style>