Shades of Palatinate Purple #6E2367
Tints of Palatinate Purple #6E2367
RGB
CMYK
RGB Variations
Color information
#6E2367 (or 0x6E2367) is known color: Palatinate Purple. HEX triplet: 6E, 23 and 67. RGB value is (110,35,103). Sum of RGB (Red+Green+Blue) = 110+35+103=248 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.35% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2367 is #91DC98. Grayscale: #404040. Windows color (decimal): -9559193 or 6759278. OLE color: 6759278.
HSL color Cylindrical-coordinate representation of color #6E2367: hue angle of 305.6º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E2367 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 35 | 103 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.57 |
| HSL | 305.6º | 0.52% | 0.28% | - |
| HSV(B) | 305.6º | 0.68% | 0.43% | - |
| XYZ | 9.48 | 5.5 | 13.39 | - |
| YUV | 65.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 35 | 103 | 0 | 0.68 | 0.06 | 0.57 | 305.6 | 0.52 | 0.28 |
| Hex | 6E | 23 | 67 | 0 | 44 | 6 | 39 | 132 | 34 | 1C |
| Octal | 156 | 43 | 147 | 0 | 104 | 6 | 71 | 462 | 64 | 34 |
| Binary | 1101110 | 100011 | 1100111 | 0 | 1000100 | 110 | 111001 | 100110010 | 110100 | 11100 |
Color Harmonies of #6E2367
Complementary color
Monochromatic Colors of #6E2367
Black with #6E2367
Text Example
Text Example
White with #6E2367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2367; }
p { color: rgb(110,35,103); }
H1.HeaderClassName
{
color: #6E2367;
}
.AnyTagClassName
{
color: #6E2367;
}
</style>
background-color css
<style>
a { background-color: #6E2367; }
a { background-color: rgb(110,35,103); }
div.DivClassName
{
background-color: #6E2367;
}
.BgClassName
{
background-color: #6E2367;
}
</style>
border-color css
<style>
span { border-color: #6E2367; }
span { border-color: rgb(110,35,103); }
td.TdClassName
{
border-color: #6E2367;
}
.TagClassName
{
border-color: #6E2367;
}
</style>