Shades of Palatinate Purple #5F0362
Tints of Palatinate Purple #5F0362
RGB
CMYK
RGB Variations
Color information
#5F0362 (or 0x5F0362) is known color: Palatinate Purple. HEX triplet: 5F, 03 and 62. RGB value is (95,3,98). Sum of RGB (Red+Green+Blue) = 95+3+98=196 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.47% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #5F0362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0362 is #A0FC9D. Grayscale: #292929. Windows color (decimal): -10550430 or 6423391. OLE color: 6423391.
HSL color Cylindrical-coordinate representation of color #5F0362: hue angle of 298.11º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F0362 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 3 | 98 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.62 |
| HSL | 298.11º | 0.94% | 0.2% | - |
| HSV(B) | 298.11º | 0.97% | 0.38% | - |
| XYZ | 6.96 | 3.38 | 11.84 | - |
| YUV | 41.34 | 159.98 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 3 | 98 | 0.03 | 0.97 | 0 | 0.62 | 298.11 | 0.94 | 0.2 |
| Hex | 5F | 3 | 62 | 3 | 61 | 0 | 3E | 12A | 5E | 14 |
| Octal | 137 | 3 | 142 | 3 | 141 | 0 | 76 | 452 | 136 | 24 |
| Binary | 1011111 | 11 | 1100010 | 11 | 1100001 | 0 | 111110 | 100101010 | 1011110 | 10100 |
Color Harmonies of #5F0362
Complementary color
Monochromatic Colors of #5F0362
Black with #5F0362
Text Example
Text Example
White with #5F0362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0362; }
p { color: rgb(95,3,98); }
H1.HeaderClassName
{
color: #5F0362;
}
.AnyTagClassName
{
color: #5F0362;
}
</style>
background-color css
<style>
a { background-color: #5F0362; }
a { background-color: rgb(95,3,98); }
div.DivClassName
{
background-color: #5F0362;
}
.BgClassName
{
background-color: #5F0362;
}
</style>
border-color css
<style>
span { border-color: #5F0362; }
span { border-color: rgb(95,3,98); }
td.TdClassName
{
border-color: #5F0362;
}
.TagClassName
{
border-color: #5F0362;
}
</style>