Shades of Palatinate Purple #6E335A
Tints of Palatinate Purple #6E335A
RGB
CMYK
RGB Variations
Color information
#6E335A (or 0x6E335A) is known color: Palatinate Purple. HEX triplet: 6E, 33 and 5A. RGB value is (110,51,90). Sum of RGB (Red+Green+Blue) = 110+51+90=251 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.82% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 110 - color contains mainly: red. Hex color #6E335A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E335A is #91CCA5. Grayscale: #484848. Windows color (decimal): -9555110 or 5911406. OLE color: 5911406.
HSL color Cylindrical-coordinate representation of color #6E335A: hue angle of 320.34º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E335A is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 51 | 90 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.57 |
| HSL | 320.34º | 0.37% | 0.32% | - |
| HSV(B) | 320.34º | 0.54% | 0.43% | - |
| XYZ | 9.46 | 6.42 | 10.41 | - |
| YUV | 73.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 51 | 90 | 0 | 0.54 | 0.18 | 0.57 | 320.34 | 0.37 | 0.32 |
| Hex | 6E | 33 | 5A | 0 | 36 | 12 | 39 | 140 | 25 | 20 |
| Octal | 156 | 63 | 132 | 0 | 66 | 22 | 71 | 500 | 45 | 40 |
| Binary | 1101110 | 110011 | 1011010 | 0 | 110110 | 10010 | 111001 | 101000000 | 100101 | 100000 |
Color Harmonies of #6E335A
Complementary color
Monochromatic Colors of #6E335A
Black with #6E335A
Text Example
Text Example
White with #6E335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E335A; }
p { color: rgb(110,51,90); }
H1.HeaderClassName
{
color: #6E335A;
}
.AnyTagClassName
{
color: #6E335A;
}
</style>
background-color css
<style>
a { background-color: #6E335A; }
a { background-color: rgb(110,51,90); }
div.DivClassName
{
background-color: #6E335A;
}
.BgClassName
{
background-color: #6E335A;
}
</style>
border-color css
<style>
span { border-color: #6E335A; }
span { border-color: rgb(110,51,90); }
td.TdClassName
{
border-color: #6E335A;
}
.TagClassName
{
border-color: #6E335A;
}
</style>