Shades of Palatinate Purple #6A0A57
Tints of Palatinate Purple #6A0A57
RGB
CMYK
RGB Variations
Color information
#6A0A57 (or 0x6A0A57) is known color: Palatinate Purple. HEX triplet: 6A, 0A and 57. RGB value is (106,10,87). Sum of RGB (Red+Green+Blue) = 106+10+87=203 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.22% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0A57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0A57 is #95F5A8. Grayscale: #2F2F2F. Windows color (decimal): -9827753 or 5704298. OLE color: 5704298.
HSL color Cylindrical-coordinate representation of color #6A0A57: hue angle of 311.88º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A0A57 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 10 | 87 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.58 |
| HSL | 311.88º | 0.83% | 0.23% | - |
| HSV(B) | 311.88º | 0.91% | 0.42% | - |
| XYZ | 7.77 | 3.97 | 9.37 | - |
| YUV | 47.48 | 150.3 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 10 | 87 | 0 | 0.91 | 0.18 | 0.58 | 311.88 | 0.83 | 0.23 |
| Hex | 6A | A | 57 | 0 | 5B | 12 | 3A | 138 | 53 | 17 |
| Octal | 152 | 12 | 127 | 0 | 133 | 22 | 72 | 470 | 123 | 27 |
| Binary | 1101010 | 1010 | 1010111 | 0 | 1011011 | 10010 | 111010 | 100111000 | 1010011 | 10111 |
Color Harmonies of #6A0A57
Complementary color
Monochromatic Colors of #6A0A57
Black with #6A0A57
Text Example
Text Example
White with #6A0A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0A57; }
p { color: rgb(106,10,87); }
H1.HeaderClassName
{
color: #6A0A57;
}
.AnyTagClassName
{
color: #6A0A57;
}
</style>
background-color css
<style>
a { background-color: #6A0A57; }
a { background-color: rgb(106,10,87); }
div.DivClassName
{
background-color: #6A0A57;
}
.BgClassName
{
background-color: #6A0A57;
}
</style>
border-color css
<style>
span { border-color: #6A0A57; }
span { border-color: rgb(106,10,87); }
td.TdClassName
{
border-color: #6A0A57;
}
.TagClassName
{
border-color: #6A0A57;
}
</style>