Shades of Palatinate Purple #6F0E68
Tints of Palatinate Purple #6F0E68
RGB
CMYK
RGB Variations
Color information
#6F0E68 (or 0x6F0E68) is known color: Palatinate Purple. HEX triplet: 6F, 0E and 68. RGB value is (111,14,104). Sum of RGB (Red+Green+Blue) = 111+14+104=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0E68 is #90F197. Grayscale: #343434. Windows color (decimal): -9499032 or 6819439. OLE color: 6819439.
HSL color Cylindrical-coordinate representation of color #6F0E68: hue angle of 304.33º 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 #6F0E68 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 14 | 104 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.56 |
| HSL | 304.33º | 0.78% | 0.25% | - |
| HSV(B) | 304.33º | 0.87% | 0.44% | - |
| XYZ | 9.21 | 4.69 | 13.52 | - |
| YUV | 53.26 | 156.64 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 14 | 104 | 0 | 0.87 | 0.06 | 0.56 | 304.33 | 0.78 | 0.25 |
| Hex | 6F | E | 68 | 0 | 57 | 6 | 38 | 130 | 4E | 19 |
| Octal | 157 | 16 | 150 | 0 | 127 | 6 | 70 | 460 | 116 | 31 |
| Binary | 1101111 | 1110 | 1101000 | 0 | 1010111 | 110 | 111000 | 100110000 | 1001110 | 11001 |
Color Harmonies of #6F0E68
Complementary color
Monochromatic Colors of #6F0E68
Black with #6F0E68
Text Example
Text Example
White with #6F0E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0E68; }
p { color: rgb(111,14,104); }
H1.HeaderClassName
{
color: #6F0E68;
}
.AnyTagClassName
{
color: #6F0E68;
}
</style>
background-color css
<style>
a { background-color: #6F0E68; }
a { background-color: rgb(111,14,104); }
div.DivClassName
{
background-color: #6F0E68;
}
.BgClassName
{
background-color: #6F0E68;
}
</style>
border-color css
<style>
span { border-color: #6F0E68; }
span { border-color: rgb(111,14,104); }
td.TdClassName
{
border-color: #6F0E68;
}
.TagClassName
{
border-color: #6F0E68;
}
</style>