Shades of Palatinate Purple #6F1E59
Tints of Palatinate Purple #6F1E59
RGB
CMYK
RGB Variations
Color information
#6F1E59 (or 0x6F1E59) is known color: Palatinate Purple. HEX triplet: 6F, 1E and 59. RGB value is (111,30,89). Sum of RGB (Red+Green+Blue) = 111+30+89=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1E59 is #90E1A6. Grayscale: #3C3C3C. Windows color (decimal): -9494951 or 5840495. OLE color: 5840495.
HSL color Cylindrical-coordinate representation of color #6F1E59: hue angle of 316.3º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F1E59 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 30 | 89 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.56 |
| HSL | 316.3º | 0.57% | 0.28% | - |
| HSV(B) | 316.3º | 0.73% | 0.44% | - |
| XYZ | 8.82 | 5.03 | 9.96 | - |
| YUV | 60.95 | 143.84 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 30 | 89 | 0 | 0.73 | 0.20 | 0.56 | 316.3 | 0.57 | 0.28 |
| Hex | 6F | 1E | 59 | 0 | 49 | 14 | 38 | 13C | 39 | 1C |
| Octal | 157 | 36 | 131 | 0 | 111 | 24 | 70 | 474 | 71 | 34 |
| Binary | 1101111 | 11110 | 1011001 | 0 | 1001001 | 10100 | 111000 | 100111100 | 111001 | 11100 |
Color Harmonies of #6F1E59
Complementary color
Monochromatic Colors of #6F1E59
Black with #6F1E59
Text Example
Text Example
White with #6F1E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1E59; }
p { color: rgb(111,30,89); }
H1.HeaderClassName
{
color: #6F1E59;
}
.AnyTagClassName
{
color: #6F1E59;
}
</style>
background-color css
<style>
a { background-color: #6F1E59; }
a { background-color: rgb(111,30,89); }
div.DivClassName
{
background-color: #6F1E59;
}
.BgClassName
{
background-color: #6F1E59;
}
</style>
border-color css
<style>
span { border-color: #6F1E59; }
span { border-color: rgb(111,30,89); }
td.TdClassName
{
border-color: #6F1E59;
}
.TagClassName
{
border-color: #6F1E59;
}
</style>