Shades of Palatinate Purple #6F0959
Tints of Palatinate Purple #6F0959
RGB
CMYK
RGB Variations
Color information
#6F0959 (or 0x6F0959) is known color: Palatinate Purple. HEX triplet: 6F, 09 and 59. RGB value is (111,9,89). Sum of RGB (Red+Green+Blue) = 111+9+89=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0959 is #90F6A6. Grayscale: #303030. Windows color (decimal): -9500327 or 5835119. OLE color: 5835119.
HSL color Cylindrical-coordinate representation of color #6F0959: hue angle of 312.94º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F0959 is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 9 | 89 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.56 |
| HSL | 312.94º | 0.85% | 0.24% | - |
| HSV(B) | 312.94º | 0.92% | 0.44% | - |
| XYZ | 8.46 | 4.3 | 9.83 | - |
| YUV | 48.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 89 | 0 | 0.92 | 0.20 | 0.56 | 312.94 | 0.85 | 0.24 |
| Hex | 6F | 9 | 59 | 0 | 5C | 14 | 38 | 139 | 55 | 18 |
| Octal | 157 | 11 | 131 | 0 | 134 | 24 | 70 | 471 | 125 | 30 |
| Binary | 1101111 | 1001 | 1011001 | 0 | 1011100 | 10100 | 111000 | 100111001 | 1010101 | 11000 |
Color Harmonies of #6F0959
Complementary color
Monochromatic Colors of #6F0959
Black with #6F0959
Text Example
Text Example
White with #6F0959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0959; }
p { color: rgb(111,9,89); }
H1.HeaderClassName
{
color: #6F0959;
}
.AnyTagClassName
{
color: #6F0959;
}
</style>
background-color css
<style>
a { background-color: #6F0959; }
a { background-color: rgb(111,9,89); }
div.DivClassName
{
background-color: #6F0959;
}
.BgClassName
{
background-color: #6F0959;
}
</style>
border-color css
<style>
span { border-color: #6F0959; }
span { border-color: rgb(111,9,89); }
td.TdClassName
{
border-color: #6F0959;
}
.TagClassName
{
border-color: #6F0959;
}
</style>