Shades of Palatinate Purple #5F096A
Tints of Palatinate Purple #5F096A
RGB
CMYK
RGB Variations
Color information
#5F096A (or 0x5F096A) is known color: Palatinate Purple. HEX triplet: 5F, 09 and 6A. RGB value is (95,9,106). Sum of RGB (Red+Green+Blue) = 95+9+106=210 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.24% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #5F096A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F096A is #A0F695. Grayscale: #2D2D2D. Windows color (decimal): -10548886 or 6949215. OLE color: 6949215.
HSL color Cylindrical-coordinate representation of color #5F096A: hue angle of 293.2º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F096A is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 9 | 106 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.58 |
| HSL | 293.2º | 0.84% | 0.23% | - |
| HSV(B) | 293.2º | 0.92% | 0.42% | - |
| XYZ | 7.42 | 3.67 | 13.95 | - |
| YUV | 45.77 | 161.99 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 9 | 106 | 0.10 | 0.92 | 0 | 0.58 | 293.2 | 0.84 | 0.23 |
| Hex | 5F | 9 | 6A | A | 5C | 0 | 3A | 125 | 54 | 17 |
| Octal | 137 | 11 | 152 | 12 | 134 | 0 | 72 | 445 | 124 | 27 |
| Binary | 1011111 | 1001 | 1101010 | 1010 | 1011100 | 0 | 111010 | 100100101 | 1010100 | 10111 |
Color Harmonies of #5F096A
Complementary color
Monochromatic Colors of #5F096A
Black with #5F096A
Text Example
Text Example
White with #5F096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F096A; }
p { color: rgb(95,9,106); }
H1.HeaderClassName
{
color: #5F096A;
}
.AnyTagClassName
{
color: #5F096A;
}
</style>
background-color css
<style>
a { background-color: #5F096A; }
a { background-color: rgb(95,9,106); }
div.DivClassName
{
background-color: #5F096A;
}
.BgClassName
{
background-color: #5F096A;
}
</style>
border-color css
<style>
span { border-color: #5F096A; }
span { border-color: rgb(95,9,106); }
td.TdClassName
{
border-color: #5F096A;
}
.TagClassName
{
border-color: #5F096A;
}
</style>