Shades of Palatinate Purple #5F0660
Tints of Palatinate Purple #5F0660
RGB
CMYK
RGB Variations
Color information
#5F0660 (or 0x5F0660) is known color: Palatinate Purple. HEX triplet: 5F, 06 and 60. RGB value is (95,6,96). Sum of RGB (Red+Green+Blue) = 95+6+96=197 (26% of max value = 765). Red value is 95 (37.5% from 255 or 48.22% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #5F0660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0660 is #A0F99F. Grayscale: #2A2A2A. Windows color (decimal): -10549664 or 6293087. OLE color: 6293087.
HSL color Cylindrical-coordinate representation of color #5F0660: hue angle of 299.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F0660 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 6 | 96 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.62 |
| HSL | 299.33º | 0.88% | 0.2% | - |
| HSV(B) | 299.33º | 0.94% | 0.38% | - |
| XYZ | 6.9 | 3.41 | 11.36 | - |
| YUV | 42.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 6 | 96 | 0.01 | 0.94 | 0 | 0.62 | 299.33 | 0.88 | 0.2 |
| Hex | 5F | 6 | 60 | 1 | 5E | 0 | 3E | 12B | 58 | 14 |
| Octal | 137 | 6 | 140 | 1 | 136 | 0 | 76 | 453 | 130 | 24 |
| Binary | 1011111 | 110 | 1100000 | 1 | 1011110 | 0 | 111110 | 100101011 | 1011000 | 10100 |
Color Harmonies of #5F0660
Complementary color
Monochromatic Colors of #5F0660
Black with #5F0660
Text Example
Text Example
White with #5F0660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0660; }
p { color: rgb(95,6,96); }
H1.HeaderClassName
{
color: #5F0660;
}
.AnyTagClassName
{
color: #5F0660;
}
</style>
background-color css
<style>
a { background-color: #5F0660; }
a { background-color: rgb(95,6,96); }
div.DivClassName
{
background-color: #5F0660;
}
.BgClassName
{
background-color: #5F0660;
}
</style>
border-color css
<style>
span { border-color: #5F0660; }
span { border-color: rgb(95,6,96); }
td.TdClassName
{
border-color: #5F0660;
}
.TagClassName
{
border-color: #5F0660;
}
</style>