Shades of Palatinate Purple #6F1459
Tints of Palatinate Purple #6F1459
RGB
CMYK
RGB Variations
Color information
#6F1459 (or 0x6F1459) is known color: Palatinate Purple. HEX triplet: 6F, 14 and 59. RGB value is (111,20,89). Sum of RGB (Red+Green+Blue) = 111+20+89=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1459 is #90EBA6. Grayscale: #363636. Windows color (decimal): -9497511 or 5837935. OLE color: 5837935.
HSL color Cylindrical-coordinate representation of color #6F1459: hue angle of 314.51º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F1459 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 20 | 89 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.56 |
| HSL | 314.51º | 0.69% | 0.26% | - |
| HSV(B) | 314.51º | 0.82% | 0.44% | - |
| XYZ | 8.61 | 4.6 | 9.89 | - |
| YUV | 55.08 | 147.15 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 20 | 89 | 0 | 0.82 | 0.20 | 0.56 | 314.51 | 0.69 | 0.26 |
| Hex | 6F | 14 | 59 | 0 | 52 | 14 | 38 | 13B | 45 | 1A |
| Octal | 157 | 24 | 131 | 0 | 122 | 24 | 70 | 473 | 105 | 32 |
| Binary | 1101111 | 10100 | 1011001 | 0 | 1010010 | 10100 | 111000 | 100111011 | 1000101 | 11010 |
Color Harmonies of #6F1459
Complementary color
Monochromatic Colors of #6F1459
Black with #6F1459
Text Example
Text Example
White with #6F1459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1459; }
p { color: rgb(111,20,89); }
H1.HeaderClassName
{
color: #6F1459;
}
.AnyTagClassName
{
color: #6F1459;
}
</style>
background-color css
<style>
a { background-color: #6F1459; }
a { background-color: rgb(111,20,89); }
div.DivClassName
{
background-color: #6F1459;
}
.BgClassName
{
background-color: #6F1459;
}
</style>
border-color css
<style>
span { border-color: #6F1459; }
span { border-color: rgb(111,20,89); }
td.TdClassName
{
border-color: #6F1459;
}
.TagClassName
{
border-color: #6F1459;
}
</style>