Shades of Palatinate Purple #6E335B
Tints of Palatinate Purple #6E335B
RGB
CMYK
RGB Variations
Color information
#6E335B (or 0x6E335B) is known color: Palatinate Purple. HEX triplet: 6E, 33 and 5B. RGB value is (110,51,91). Sum of RGB (Red+Green+Blue) = 110+51+91=252 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.65% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 110 - color contains mainly: red. Hex color #6E335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E335B is #91CCA4. Grayscale: #494949. Windows color (decimal): -9555109 or 5976942. OLE color: 5976942.
HSL color Cylindrical-coordinate representation of color #6E335B: hue angle of 319.32º 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 #6E335B is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 51 | 91 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.57 |
| HSL | 319.32º | 0.37% | 0.32% | - |
| HSV(B) | 319.32º | 0.54% | 0.43% | - |
| XYZ | 9.5 | 6.44 | 10.64 | - |
| YUV | 73.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 51 | 91 | 0 | 0.54 | 0.17 | 0.57 | 319.32 | 0.37 | 0.32 |
| Hex | 6E | 33 | 5B | 0 | 36 | 11 | 39 | 13F | 25 | 20 |
| Octal | 156 | 63 | 133 | 0 | 66 | 21 | 71 | 477 | 45 | 40 |
| Binary | 1101110 | 110011 | 1011011 | 0 | 110110 | 10001 | 111001 | 100111111 | 100101 | 100000 |
Color Harmonies of #6E335B
Complementary color
Monochromatic Colors of #6E335B
Black with #6E335B
Text Example
Text Example
White with #6E335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E335B; }
p { color: rgb(110,51,91); }
H1.HeaderClassName
{
color: #6E335B;
}
.AnyTagClassName
{
color: #6E335B;
}
</style>
background-color css
<style>
a { background-color: #6E335B; }
a { background-color: rgb(110,51,91); }
div.DivClassName
{
background-color: #6E335B;
}
.BgClassName
{
background-color: #6E335B;
}
</style>
border-color css
<style>
span { border-color: #6E335B; }
span { border-color: rgb(110,51,91); }
td.TdClassName
{
border-color: #6E335B;
}
.TagClassName
{
border-color: #6E335B;
}
</style>