Shades of Palatinate Purple #6F2459
Tints of Palatinate Purple #6F2459
RGB
CMYK
RGB Variations
Color information
#6F2459 (or 0x6F2459) is known color: Palatinate Purple. HEX triplet: 6F, 24 and 59. RGB value is (111,36,89). Sum of RGB (Red+Green+Blue) = 111+36+89=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2459 is #90DBA6. Grayscale: #404040. Windows color (decimal): -9493415 or 5842031. OLE color: 5842031.
HSL color Cylindrical-coordinate representation of color #6F2459: hue angle of 317.6º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F2459 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 89 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.56 |
| HSL | 317.6º | 0.51% | 0.29% | - |
| HSV(B) | 317.6º | 0.68% | 0.44% | - |
| XYZ | 8.99 | 5.36 | 10.01 | - |
| YUV | 64.47 | 141.85 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 89 | 0 | 0.68 | 0.20 | 0.56 | 317.6 | 0.51 | 0.29 |
| Hex | 6F | 24 | 59 | 0 | 44 | 14 | 38 | 13E | 33 | 1D |
| Octal | 157 | 44 | 131 | 0 | 104 | 24 | 70 | 476 | 63 | 35 |
| Binary | 1101111 | 100100 | 1011001 | 0 | 1000100 | 10100 | 111000 | 100111110 | 110011 | 11101 |
Color Harmonies of #6F2459
Complementary color
Monochromatic Colors of #6F2459
Black with #6F2459
Text Example
Text Example
White with #6F2459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2459; }
p { color: rgb(111,36,89); }
H1.HeaderClassName
{
color: #6F2459;
}
.AnyTagClassName
{
color: #6F2459;
}
</style>
background-color css
<style>
a { background-color: #6F2459; }
a { background-color: rgb(111,36,89); }
div.DivClassName
{
background-color: #6F2459;
}
.BgClassName
{
background-color: #6F2459;
}
</style>
border-color css
<style>
span { border-color: #6F2459; }
span { border-color: rgb(111,36,89); }
td.TdClassName
{
border-color: #6F2459;
}
.TagClassName
{
border-color: #6F2459;
}
</style>