Shades of Palatinate Purple #6E1A69
Tints of Palatinate Purple #6E1A69
RGB
CMYK
RGB Variations
Color information
#6E1A69 (or 0x6E1A69) is known color: Palatinate Purple. HEX triplet: 6E, 1A and 69. RGB value is (110,26,105). Sum of RGB (Red+Green+Blue) = 110+26+105=241 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.64% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E1A69 is #91E596. Grayscale: #3B3B3B. Windows color (decimal): -9561495 or 6888046. OLE color: 6888046.
HSL color Cylindrical-coordinate representation of color #6E1A69: hue angle of 303.57º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E1A69 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 26 | 105 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.57 |
| HSL | 303.57º | 0.62% | 0.27% | - |
| HSV(B) | 303.57º | 0.76% | 0.43% | - |
| XYZ | 9.35 | 5.07 | 13.85 | - |
| YUV | 60.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 26 | 105 | 0 | 0.76 | 0.05 | 0.57 | 303.57 | 0.62 | 0.27 |
| Hex | 6E | 1A | 69 | 0 | 4C | 5 | 39 | 130 | 3E | 1B |
| Octal | 156 | 32 | 151 | 0 | 114 | 5 | 71 | 460 | 76 | 33 |
| Binary | 1101110 | 11010 | 1101001 | 0 | 1001100 | 101 | 111001 | 100110000 | 111110 | 11011 |
Color Harmonies of #6E1A69
Complementary color
Monochromatic Colors of #6E1A69
Black with #6E1A69
Text Example
Text Example
White with #6E1A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1A69; }
p { color: rgb(110,26,105); }
H1.HeaderClassName
{
color: #6E1A69;
}
.AnyTagClassName
{
color: #6E1A69;
}
</style>
background-color css
<style>
a { background-color: #6E1A69; }
a { background-color: rgb(110,26,105); }
div.DivClassName
{
background-color: #6E1A69;
}
.BgClassName
{
background-color: #6E1A69;
}
</style>
border-color css
<style>
span { border-color: #6E1A69; }
span { border-color: rgb(110,26,105); }
td.TdClassName
{
border-color: #6E1A69;
}
.TagClassName
{
border-color: #6E1A69;
}
</style>