Shades of Palatinate Purple #6E3066
Tints of Palatinate Purple #6E3066
RGB
CMYK
RGB Variations
Color information
#6E3066 (or 0x6E3066) is known color: Palatinate Purple. HEX triplet: 6E, 30 and 66. RGB value is (110,48,102). Sum of RGB (Red+Green+Blue) = 110+48+102=260 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.31% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3066 is #91CF99. Grayscale: #484848. Windows color (decimal): -9555866 or 6697070. OLE color: 6697070.
HSL color Cylindrical-coordinate representation of color #6E3066: hue angle of 307.74º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E3066 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 48 | 102 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.57 |
| HSL | 307.74º | 0.39% | 0.31% | - |
| HSV(B) | 307.74º | 0.56% | 0.43% | - |
| XYZ | 9.89 | 6.39 | 13.28 | - |
| YUV | 72.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 48 | 102 | 0 | 0.56 | 0.07 | 0.57 | 307.74 | 0.39 | 0.31 |
| Hex | 6E | 30 | 66 | 0 | 38 | 7 | 39 | 134 | 27 | 1F |
| Octal | 156 | 60 | 146 | 0 | 70 | 7 | 71 | 464 | 47 | 37 |
| Binary | 1101110 | 110000 | 1100110 | 0 | 111000 | 111 | 111001 | 100110100 | 100111 | 11111 |
Color Harmonies of #6E3066
Complementary color
Monochromatic Colors of #6E3066
Black with #6E3066
Text Example
Text Example
White with #6E3066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3066; }
p { color: rgb(110,48,102); }
H1.HeaderClassName
{
color: #6E3066;
}
.AnyTagClassName
{
color: #6E3066;
}
</style>
background-color css
<style>
a { background-color: #6E3066; }
a { background-color: rgb(110,48,102); }
div.DivClassName
{
background-color: #6E3066;
}
.BgClassName
{
background-color: #6E3066;
}
</style>
border-color css
<style>
span { border-color: #6E3066; }
span { border-color: rgb(110,48,102); }
td.TdClassName
{
border-color: #6E3066;
}
.TagClassName
{
border-color: #6E3066;
}
</style>