Shades of Palatinate Purple #6E1A5B
Tints of Palatinate Purple #6E1A5B
RGB
CMYK
RGB Variations
Color information
#6E1A5B (or 0x6E1A5B) is known color: Palatinate Purple. HEX triplet: 6E, 1A and 5B. RGB value is (110,26,91). Sum of RGB (Red+Green+Blue) = 110+26+91=227 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.46% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E1A5B is #91E5A4. Grayscale: #3A3A3A. Windows color (decimal): -9561509 or 5970542. OLE color: 5970542.
HSL color Cylindrical-coordinate representation of color #6E1A5B: hue angle of 313.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 #6E1A5B is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 26 | 91 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.57 |
| HSL | 313.57º | 0.62% | 0.27% | - |
| HSV(B) | 313.57º | 0.76% | 0.43% | - |
| XYZ | 8.69 | 4.81 | 10.37 | - |
| YUV | 58.53 | 146.33 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 26 | 91 | 0 | 0.76 | 0.17 | 0.57 | 313.57 | 0.62 | 0.27 |
| Hex | 6E | 1A | 5B | 0 | 4C | 11 | 39 | 13A | 3E | 1B |
| Octal | 156 | 32 | 133 | 0 | 114 | 21 | 71 | 472 | 76 | 33 |
| Binary | 1101110 | 11010 | 1011011 | 0 | 1001100 | 10001 | 111001 | 100111010 | 111110 | 11011 |
Color Harmonies of #6E1A5B
Complementary color
Monochromatic Colors of #6E1A5B
Black with #6E1A5B
Text Example
Text Example
White with #6E1A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1A5B; }
p { color: rgb(110,26,91); }
H1.HeaderClassName
{
color: #6E1A5B;
}
.AnyTagClassName
{
color: #6E1A5B;
}
</style>
background-color css
<style>
a { background-color: #6E1A5B; }
a { background-color: rgb(110,26,91); }
div.DivClassName
{
background-color: #6E1A5B;
}
.BgClassName
{
background-color: #6E1A5B;
}
</style>
border-color css
<style>
span { border-color: #6E1A5B; }
span { border-color: rgb(110,26,91); }
td.TdClassName
{
border-color: #6E1A5B;
}
.TagClassName
{
border-color: #6E1A5B;
}
</style>