Shades of Palatinate Purple #6A0D5E
Tints of Palatinate Purple #6A0D5E
RGB
CMYK
RGB Variations
Color information
#6A0D5E (or 0x6A0D5E) is known color: Palatinate Purple. HEX triplet: 6A, 0D and 5E. RGB value is (106,13,94). Sum of RGB (Red+Green+Blue) = 106+13+94=213 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.77% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0D5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0D5E is #95F2A1. Grayscale: #313131. Windows color (decimal): -9826978 or 6163818. OLE color: 6163818.
HSL color Cylindrical-coordinate representation of color #6A0D5E: hue angle of 307.74º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A0D5E is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 13 | 94 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.58 |
| HSL | 307.74º | 0.78% | 0.23% | - |
| HSV(B) | 307.74º | 0.88% | 0.42% | - |
| XYZ | 8.11 | 4.16 | 10.97 | - |
| YUV | 50.04 | 152.81 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 13 | 94 | 0 | 0.88 | 0.11 | 0.58 | 307.74 | 0.78 | 0.23 |
| Hex | 6A | D | 5E | 0 | 58 | B | 3A | 134 | 4E | 17 |
| Octal | 152 | 15 | 136 | 0 | 130 | 13 | 72 | 464 | 116 | 27 |
| Binary | 1101010 | 1101 | 1011110 | 0 | 1011000 | 1011 | 111010 | 100110100 | 1001110 | 10111 |
Color Harmonies of #6A0D5E
Complementary color
Monochromatic Colors of #6A0D5E
Black with #6A0D5E
Text Example
Text Example
White with #6A0D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0D5E; }
p { color: rgb(106,13,94); }
H1.HeaderClassName
{
color: #6A0D5E;
}
.AnyTagClassName
{
color: #6A0D5E;
}
</style>
background-color css
<style>
a { background-color: #6A0D5E; }
a { background-color: rgb(106,13,94); }
div.DivClassName
{
background-color: #6A0D5E;
}
.BgClassName
{
background-color: #6A0D5E;
}
</style>
border-color css
<style>
span { border-color: #6A0D5E; }
span { border-color: rgb(106,13,94); }
td.TdClassName
{
border-color: #6A0D5E;
}
.TagClassName
{
border-color: #6A0D5E;
}
</style>