Shades of Palatinate Purple #6F1359
Tints of Palatinate Purple #6F1359
RGB
CMYK
RGB Variations
Color information
#6F1359 (or 0x6F1359) is known color: Palatinate Purple. HEX triplet: 6F, 13 and 59. RGB value is (111,19,89). Sum of RGB (Red+Green+Blue) = 111+19+89=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1359 is #90ECA6. Grayscale: #363636. Windows color (decimal): -9497767 or 5837679. OLE color: 5837679.
HSL color Cylindrical-coordinate representation of color #6F1359: hue angle of 314.35º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F1359 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 19 | 89 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.56 |
| HSL | 314.35º | 0.71% | 0.25% | - |
| HSV(B) | 314.35º | 0.83% | 0.44% | - |
| XYZ | 8.59 | 4.57 | 9.88 | - |
| YUV | 54.49 | 147.48 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 19 | 89 | 0 | 0.83 | 0.20 | 0.56 | 314.35 | 0.71 | 0.25 |
| Hex | 6F | 13 | 59 | 0 | 53 | 14 | 38 | 13A | 47 | 19 |
| Octal | 157 | 23 | 131 | 0 | 123 | 24 | 70 | 472 | 107 | 31 |
| Binary | 1101111 | 10011 | 1011001 | 0 | 1010011 | 10100 | 111000 | 100111010 | 1000111 | 11001 |
Color Harmonies of #6F1359
Complementary color
Monochromatic Colors of #6F1359
Black with #6F1359
Text Example
Text Example
White with #6F1359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1359; }
p { color: rgb(111,19,89); }
H1.HeaderClassName
{
color: #6F1359;
}
.AnyTagClassName
{
color: #6F1359;
}
</style>
background-color css
<style>
a { background-color: #6F1359; }
a { background-color: rgb(111,19,89); }
div.DivClassName
{
background-color: #6F1359;
}
.BgClassName
{
background-color: #6F1359;
}
</style>
border-color css
<style>
span { border-color: #6F1359; }
span { border-color: rgb(111,19,89); }
td.TdClassName
{
border-color: #6F1359;
}
.TagClassName
{
border-color: #6F1359;
}
</style>