Shades of Palatinate Purple #6F0D59
Tints of Palatinate Purple #6F0D59
RGB
CMYK
RGB Variations
Color information
#6F0D59 (or 0x6F0D59) is known color: Palatinate Purple. HEX triplet: 6F, 0D and 59. RGB value is (111,13,89). Sum of RGB (Red+Green+Blue) = 111+13+89=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0D59 is #90F2A6. Grayscale: #323232. Windows color (decimal): -9499303 or 5836143. OLE color: 5836143.
HSL color Cylindrical-coordinate representation of color #6F0D59: hue angle of 313.47º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F0D59 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 13 | 89 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.56 |
| HSL | 313.47º | 0.79% | 0.24% | - |
| HSV(B) | 313.47º | 0.88% | 0.44% | - |
| XYZ | 8.5 | 4.39 | 9.85 | - |
| YUV | 50.97 | 149.47 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 13 | 89 | 0 | 0.88 | 0.20 | 0.56 | 313.47 | 0.79 | 0.24 |
| Hex | 6F | D | 59 | 0 | 58 | 14 | 38 | 139 | 4F | 18 |
| Octal | 157 | 15 | 131 | 0 | 130 | 24 | 70 | 471 | 117 | 30 |
| Binary | 1101111 | 1101 | 1011001 | 0 | 1011000 | 10100 | 111000 | 100111001 | 1001111 | 11000 |
Color Harmonies of #6F0D59
Complementary color
Monochromatic Colors of #6F0D59
Black with #6F0D59
Text Example
Text Example
White with #6F0D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0D59; }
p { color: rgb(111,13,89); }
H1.HeaderClassName
{
color: #6F0D59;
}
.AnyTagClassName
{
color: #6F0D59;
}
</style>
background-color css
<style>
a { background-color: #6F0D59; }
a { background-color: rgb(111,13,89); }
div.DivClassName
{
background-color: #6F0D59;
}
.BgClassName
{
background-color: #6F0D59;
}
</style>
border-color css
<style>
span { border-color: #6F0D59; }
span { border-color: rgb(111,13,89); }
td.TdClassName
{
border-color: #6F0D59;
}
.TagClassName
{
border-color: #6F0D59;
}
</style>