Shades of Palatinate Purple #6E3258
Tints of Palatinate Purple #6E3258
RGB
CMYK
RGB Variations
Color information
#6E3258 (or 0x6E3258) is known color: Palatinate Purple. HEX triplet: 6E, 32 and 58. RGB value is (110,50,88). Sum of RGB (Red+Green+Blue) = 110+50+88=248 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.35% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3258 is #91CDA7. Grayscale: #484848. Windows color (decimal): -9555368 or 5780078. OLE color: 5780078.
HSL color Cylindrical-coordinate representation of color #6E3258: hue angle of 322º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E3258 is Cyan = 0, Magento = 0.55, Yellow = 0.2 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 50 | 88 | - |
| CMYK | 0 | 0.55 | 0.2 | 0.57 |
| HSL | 322º | 0.38% | 0.31% | - |
| HSV(B) | 322º | 0.55% | 0.43% | - |
| XYZ | 9.33 | 6.3 | 9.96 | - |
| YUV | 72.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 88 | 0 | 0.55 | 0.2 | 0.57 | 322 | 0.38 | 0.31 |
| Hex | 6E | 32 | 58 | 0 | 37 | 14 | 39 | 142 | 26 | 1F |
| Octal | 156 | 62 | 130 | 0 | 67 | 24 | 71 | 502 | 46 | 37 |
| Binary | 1101110 | 110010 | 1011000 | 0 | 110111 | 10100 | 111001 | 101000010 | 100110 | 11111 |
Color Harmonies of #6E3258
Complementary color
Monochromatic Colors of #6E3258
Black with #6E3258
Text Example
Text Example
White with #6E3258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3258; }
p { color: rgb(110,50,88); }
H1.HeaderClassName
{
color: #6E3258;
}
.AnyTagClassName
{
color: #6E3258;
}
</style>
background-color css
<style>
a { background-color: #6E3258; }
a { background-color: rgb(110,50,88); }
div.DivClassName
{
background-color: #6E3258;
}
.BgClassName
{
background-color: #6E3258;
}
</style>
border-color css
<style>
span { border-color: #6E3258; }
span { border-color: rgb(110,50,88); }
td.TdClassName
{
border-color: #6E3258;
}
.TagClassName
{
border-color: #6E3258;
}
</style>