Shades of Palatinate Purple #5F0A66
Tints of Palatinate Purple #5F0A66
RGB
CMYK
RGB Variations
Color information
#5F0A66 (or 0x5F0A66) is known color: Palatinate Purple. HEX triplet: 5F, 0A and 66. RGB value is (95,10,102). Sum of RGB (Red+Green+Blue) = 95+10+102=207 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.89% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #5F0A66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0A66 is #A0F599. Grayscale: #2D2D2D. Windows color (decimal): -10548634 or 6687327. OLE color: 6687327.
HSL color Cylindrical-coordinate representation of color #5F0A66: hue angle of 295.43º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5F0A66 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 95 | 10 | 102 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.6 |
| HSL | 295.43º | 0.82% | 0.22% | - |
| HSV(B) | 295.43º | 0.9% | 0.4% | - |
| XYZ | 7.23 | 3.61 | 12.89 | - |
| YUV | 45.9 | 159.66 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 10 | 102 | 0.07 | 0.90 | 0 | 0.6 | 295.43 | 0.82 | 0.22 |
| Hex | 5F | A | 66 | 7 | 5A | 0 | 3C | 127 | 52 | 16 |
| Octal | 137 | 12 | 146 | 7 | 132 | 0 | 74 | 447 | 122 | 26 |
| Binary | 1011111 | 1010 | 1100110 | 111 | 1011010 | 0 | 111100 | 100100111 | 1010010 | 10110 |
Color Harmonies of #5F0A66
Complementary color
Monochromatic Colors of #5F0A66
Black with #5F0A66
Text Example
Text Example
White with #5F0A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0A66; }
p { color: rgb(95,10,102); }
H1.HeaderClassName
{
color: #5F0A66;
}
.AnyTagClassName
{
color: #5F0A66;
}
</style>
background-color css
<style>
a { background-color: #5F0A66; }
a { background-color: rgb(95,10,102); }
div.DivClassName
{
background-color: #5F0A66;
}
.BgClassName
{
background-color: #5F0A66;
}
</style>
border-color css
<style>
span { border-color: #5F0A66; }
span { border-color: rgb(95,10,102); }
td.TdClassName
{
border-color: #5F0A66;
}
.TagClassName
{
border-color: #5F0A66;
}
</style>