Shades of Palatinate Purple #6A0E63
Tints of Palatinate Purple #6A0E63
RGB
CMYK
RGB Variations
Color information
#6A0E63 (or 0x6A0E63) is known color: Palatinate Purple. HEX triplet: 6A, 0E and 63. RGB value is (106,14,99). Sum of RGB (Red+Green+Blue) = 106+14+99=219 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.40% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0E63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0E63 is #95F19C. Grayscale: #323232. Windows color (decimal): -9826717 or 6491754. OLE color: 6491754.
HSL color Cylindrical-coordinate representation of color #6A0E63: hue angle of 304.57º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A0E63 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 14 | 99 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.58 |
| HSL | 304.57º | 0.77% | 0.24% | - |
| HSV(B) | 304.57º | 0.87% | 0.42% | - |
| XYZ | 8.35 | 4.28 | 12.19 | - |
| YUV | 51.2 | 154.98 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 14 | 99 | 0 | 0.87 | 0.07 | 0.58 | 304.57 | 0.77 | 0.24 |
| Hex | 6A | E | 63 | 0 | 57 | 7 | 3A | 131 | 4D | 18 |
| Octal | 152 | 16 | 143 | 0 | 127 | 7 | 72 | 461 | 115 | 30 |
| Binary | 1101010 | 1110 | 1100011 | 0 | 1010111 | 111 | 111010 | 100110001 | 1001101 | 11000 |
Color Harmonies of #6A0E63
Complementary color
Monochromatic Colors of #6A0E63
Black with #6A0E63
Text Example
Text Example
White with #6A0E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0E63; }
p { color: rgb(106,14,99); }
H1.HeaderClassName
{
color: #6A0E63;
}
.AnyTagClassName
{
color: #6A0E63;
}
</style>
background-color css
<style>
a { background-color: #6A0E63; }
a { background-color: rgb(106,14,99); }
div.DivClassName
{
background-color: #6A0E63;
}
.BgClassName
{
background-color: #6A0E63;
}
</style>
border-color css
<style>
span { border-color: #6A0E63; }
span { border-color: rgb(106,14,99); }
td.TdClassName
{
border-color: #6A0E63;
}
.TagClassName
{
border-color: #6A0E63;
}
</style>