Shades of Palatinate Purple #6E1058
Tints of Palatinate Purple #6E1058
RGB
CMYK
RGB Variations
Color information
#6E1058 (or 0x6E1058) is known color: Palatinate Purple. HEX triplet: 6E, 10 and 58. RGB value is (110,16,88). Sum of RGB (Red+Green+Blue) = 110+16+88=214 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.40% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1058 is #91EFA7. Grayscale: #343434. Windows color (decimal): -9564072 or 5771374. OLE color: 5771374.
HSL color Cylindrical-coordinate representation of color #6E1058: hue angle of 314.04º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E1058 is Cyan = 0, Magento = 0.85, Yellow = 0.2 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 16 | 88 | - |
| CMYK | 0 | 0.85 | 0.2 | 0.57 |
| HSL | 314.04º | 0.75% | 0.25% | - |
| HSV(B) | 314.04º | 0.85% | 0.43% | - |
| XYZ | 8.38 | 4.39 | 9.64 | - |
| YUV | 52.31 | 148.14 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 16 | 88 | 0 | 0.85 | 0.2 | 0.57 | 314.04 | 0.75 | 0.25 |
| Hex | 6E | 10 | 58 | 0 | 55 | 14 | 39 | 13A | 4B | 19 |
| Octal | 156 | 20 | 130 | 0 | 125 | 24 | 71 | 472 | 113 | 31 |
| Binary | 1101110 | 10000 | 1011000 | 0 | 1010101 | 10100 | 111001 | 100111010 | 1001011 | 11001 |
Color Harmonies of #6E1058
Complementary color
Monochromatic Colors of #6E1058
Black with #6E1058
Text Example
Text Example
White with #6E1058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1058; }
p { color: rgb(110,16,88); }
H1.HeaderClassName
{
color: #6E1058;
}
.AnyTagClassName
{
color: #6E1058;
}
</style>
background-color css
<style>
a { background-color: #6E1058; }
a { background-color: rgb(110,16,88); }
div.DivClassName
{
background-color: #6E1058;
}
.BgClassName
{
background-color: #6E1058;
}
</style>
border-color css
<style>
span { border-color: #6E1058; }
span { border-color: rgb(110,16,88); }
td.TdClassName
{
border-color: #6E1058;
}
.TagClassName
{
border-color: #6E1058;
}
</style>