Shades of Palatinate Purple #5F096B
Tints of Palatinate Purple #5F096B
RGB
CMYK
RGB Variations
Color information
#5F096B (or 0x5F096B) is known color: Palatinate Purple. HEX triplet: 5F, 09 and 6B. RGB value is (95,9,107). Sum of RGB (Red+Green+Blue) = 95+9+107=211 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.02% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #5F096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F096B is #A0F694. Grayscale: #2D2D2D. Windows color (decimal): -10548885 or 7014751. OLE color: 7014751.
HSL color Cylindrical-coordinate representation of color #5F096B: hue angle of 292.65º 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 #5F096B is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 9 | 107 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.58 |
| HSL | 292.65º | 0.84% | 0.23% | - |
| HSV(B) | 292.65º | 0.92% | 0.42% | - |
| XYZ | 7.47 | 3.69 | 14.23 | - |
| YUV | 45.89 | 162.49 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 9 | 107 | 0.11 | 0.92 | 0 | 0.58 | 292.65 | 0.84 | 0.23 |
| Hex | 5F | 9 | 6B | B | 5C | 0 | 3A | 125 | 54 | 17 |
| Octal | 137 | 11 | 153 | 13 | 134 | 0 | 72 | 445 | 124 | 27 |
| Binary | 1011111 | 1001 | 1101011 | 1011 | 1011100 | 0 | 111010 | 100100101 | 1010100 | 10111 |
Color Harmonies of #5F096B
Complementary color
Monochromatic Colors of #5F096B
Black with #5F096B
Text Example
Text Example
White with #5F096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F096B; }
p { color: rgb(95,9,107); }
H1.HeaderClassName
{
color: #5F096B;
}
.AnyTagClassName
{
color: #5F096B;
}
</style>
background-color css
<style>
a { background-color: #5F096B; }
a { background-color: rgb(95,9,107); }
div.DivClassName
{
background-color: #5F096B;
}
.BgClassName
{
background-color: #5F096B;
}
</style>
border-color css
<style>
span { border-color: #5F096B; }
span { border-color: rgb(95,9,107); }
td.TdClassName
{
border-color: #5F096B;
}
.TagClassName
{
border-color: #5F096B;
}
</style>