Shades of Palatinate Purple #6F1759
Tints of Palatinate Purple #6F1759
RGB
CMYK
RGB Variations
Color information
#6F1759 (or 0x6F1759) is known color: Palatinate Purple. HEX triplet: 6F, 17 and 59. RGB value is (111,23,89). Sum of RGB (Red+Green+Blue) = 111+23+89=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1759 is #90E8A6. Grayscale: #383838. Windows color (decimal): -9496743 or 5838703. OLE color: 5838703.
HSL color Cylindrical-coordinate representation of color #6F1759: hue angle of 315º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F1759 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 89 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.56 |
| HSL | 315º | 0.66% | 0.26% | - |
| HSV(B) | 315º | 0.79% | 0.44% | - |
| XYZ | 8.67 | 4.71 | 9.9 | - |
| YUV | 56.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 89 | 0 | 0.79 | 0.20 | 0.56 | 315 | 0.66 | 0.26 |
| Hex | 6F | 17 | 59 | 0 | 4F | 14 | 38 | 13B | 42 | 1A |
| Octal | 157 | 27 | 131 | 0 | 117 | 24 | 70 | 473 | 102 | 32 |
| Binary | 1101111 | 10111 | 1011001 | 0 | 1001111 | 10100 | 111000 | 100111011 | 1000010 | 11010 |
Color Harmonies of #6F1759
Complementary color
Monochromatic Colors of #6F1759
Black with #6F1759
Text Example
Text Example
White with #6F1759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1759; }
p { color: rgb(111,23,89); }
H1.HeaderClassName
{
color: #6F1759;
}
.AnyTagClassName
{
color: #6F1759;
}
</style>
background-color css
<style>
a { background-color: #6F1759; }
a { background-color: rgb(111,23,89); }
div.DivClassName
{
background-color: #6F1759;
}
.BgClassName
{
background-color: #6F1759;
}
</style>
border-color css
<style>
span { border-color: #6F1759; }
span { border-color: rgb(111,23,89); }
td.TdClassName
{
border-color: #6F1759;
}
.TagClassName
{
border-color: #6F1759;
}
</style>