Shades of Palatinate Purple #6E2467
Tints of Palatinate Purple #6E2467
RGB
CMYK
RGB Variations
Color information
#6E2467 (or 0x6E2467) is known color: Palatinate Purple. HEX triplet: 6E, 24 and 67. RGB value is (110,36,103). Sum of RGB (Red+Green+Blue) = 110+36+103=249 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.18% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2467 is #91DB98. Grayscale: #414141. Windows color (decimal): -9558937 or 6759534. OLE color: 6759534.
HSL color Cylindrical-coordinate representation of color #6E2467: hue angle of 305.68º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E2467 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 36 | 103 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.57 |
| HSL | 305.68º | 0.51% | 0.29% | - |
| HSV(B) | 305.68º | 0.67% | 0.43% | - |
| XYZ | 9.51 | 5.56 | 13.4 | - |
| YUV | 65.76 | 149.02 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 36 | 103 | 0 | 0.67 | 0.06 | 0.57 | 305.68 | 0.51 | 0.29 |
| Hex | 6E | 24 | 67 | 0 | 43 | 6 | 39 | 132 | 33 | 1D |
| Octal | 156 | 44 | 147 | 0 | 103 | 6 | 71 | 462 | 63 | 35 |
| Binary | 1101110 | 100100 | 1100111 | 0 | 1000011 | 110 | 111001 | 100110010 | 110011 | 11101 |
Color Harmonies of #6E2467
Complementary color
Monochromatic Colors of #6E2467
Black with #6E2467
Text Example
Text Example
White with #6E2467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2467; }
p { color: rgb(110,36,103); }
H1.HeaderClassName
{
color: #6E2467;
}
.AnyTagClassName
{
color: #6E2467;
}
</style>
background-color css
<style>
a { background-color: #6E2467; }
a { background-color: rgb(110,36,103); }
div.DivClassName
{
background-color: #6E2467;
}
.BgClassName
{
background-color: #6E2467;
}
</style>
border-color css
<style>
span { border-color: #6E2467; }
span { border-color: rgb(110,36,103); }
td.TdClassName
{
border-color: #6E2467;
}
.TagClassName
{
border-color: #6E2467;
}
</style>