Shades of Palatinate Purple #6F0E66
Tints of Palatinate Purple #6F0E66
RGB
CMYK
RGB Variations
Color information
#6F0E66 (or 0x6F0E66) is known color: Palatinate Purple. HEX triplet: 6F, 0E and 66. RGB value is (111,14,102). Sum of RGB (Red+Green+Blue) = 111+14+102=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0E66 is #90F199. Grayscale: #343434. Windows color (decimal): -9499034 or 6688367. OLE color: 6688367.
HSL color Cylindrical-coordinate representation of color #6F0E66: hue angle of 305.57º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F0E66 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 14 | 102 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.56 |
| HSL | 305.57º | 0.78% | 0.25% | - |
| HSV(B) | 305.57º | 0.87% | 0.44% | - |
| XYZ | 9.11 | 4.65 | 12.99 | - |
| YUV | 53.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 14 | 102 | 0 | 0.87 | 0.08 | 0.56 | 305.57 | 0.78 | 0.25 |
| Hex | 6F | E | 66 | 0 | 57 | 8 | 38 | 132 | 4E | 19 |
| Octal | 157 | 16 | 146 | 0 | 127 | 10 | 70 | 462 | 116 | 31 |
| Binary | 1101111 | 1110 | 1100110 | 0 | 1010111 | 1000 | 111000 | 100110010 | 1001110 | 11001 |
Color Harmonies of #6F0E66
Complementary color
Monochromatic Colors of #6F0E66
Black with #6F0E66
Text Example
Text Example
White with #6F0E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0E66; }
p { color: rgb(111,14,102); }
H1.HeaderClassName
{
color: #6F0E66;
}
.AnyTagClassName
{
color: #6F0E66;
}
</style>
background-color css
<style>
a { background-color: #6F0E66; }
a { background-color: rgb(111,14,102); }
div.DivClassName
{
background-color: #6F0E66;
}
.BgClassName
{
background-color: #6F0E66;
}
</style>
border-color css
<style>
span { border-color: #6F0E66; }
span { border-color: rgb(111,14,102); }
td.TdClassName
{
border-color: #6F0E66;
}
.TagClassName
{
border-color: #6F0E66;
}
</style>