Shades of Palatinate Purple #6E165D
Tints of Palatinate Purple #6E165D
RGB
CMYK
RGB Variations
Color information
#6E165D (or 0x6E165D) is known color: Palatinate Purple. HEX triplet: 6E, 16 and 5D. RGB value is (110,22,93). Sum of RGB (Red+Green+Blue) = 110+22+93=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 110 - color contains mainly: red. Hex color #6E165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E165D is #91E9A2. Grayscale: #383838. Windows color (decimal): -9562531 or 6100590. OLE color: 6100590.
HSL color Cylindrical-coordinate representation of color #6E165D: hue angle of 311.59º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E165D is Cyan = 0, Magento = 0.8, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 22 | 93 | - |
| CMYK | 0 | 0.8 | 0.15 | 0.57 |
| HSL | 311.59º | 0.67% | 0.26% | - |
| HSV(B) | 311.59º | 0.8% | 0.43% | - |
| XYZ | 8.69 | 4.68 | 10.8 | - |
| YUV | 56.41 | 148.65 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 22 | 93 | 0 | 0.8 | 0.15 | 0.57 | 311.59 | 0.67 | 0.26 |
| Hex | 6E | 16 | 5D | 0 | 50 | F | 39 | 138 | 43 | 1A |
| Octal | 156 | 26 | 135 | 0 | 120 | 17 | 71 | 470 | 103 | 32 |
| Binary | 1101110 | 10110 | 1011101 | 0 | 1010000 | 1111 | 111001 | 100111000 | 1000011 | 11010 |
Color Harmonies of #6E165D
Complementary color
Monochromatic Colors of #6E165D
Black with #6E165D
Text Example
Text Example
White with #6E165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E165D; }
p { color: rgb(110,22,93); }
H1.HeaderClassName
{
color: #6E165D;
}
.AnyTagClassName
{
color: #6E165D;
}
</style>
background-color css
<style>
a { background-color: #6E165D; }
a { background-color: rgb(110,22,93); }
div.DivClassName
{
background-color: #6E165D;
}
.BgClassName
{
background-color: #6E165D;
}
</style>
border-color css
<style>
span { border-color: #6E165D; }
span { border-color: rgb(110,22,93); }
td.TdClassName
{
border-color: #6E165D;
}
.TagClassName
{
border-color: #6E165D;
}
</style>