Shades of Palatinate Purple #6A0860
Tints of Palatinate Purple #6A0860
RGB
CMYK
RGB Variations
Color information
#6A0860 (or 0x6A0860) is known color: Palatinate Purple. HEX triplet: 6A, 08 and 60. RGB value is (106,8,96). Sum of RGB (Red+Green+Blue) = 106+8+96=210 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.48% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0860 is #95F79F. Grayscale: #2F2F2F. Windows color (decimal): -9828256 or 6293610. OLE color: 6293610.
HSL color Cylindrical-coordinate representation of color #6A0860: hue angle of 306.12º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A0860 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 8 | 96 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.58 |
| HSL | 306.12º | 0.86% | 0.22% | - |
| HSV(B) | 306.12º | 0.92% | 0.42% | - |
| XYZ | 8.14 | 4.08 | 11.43 | - |
| YUV | 47.33 | 155.47 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 8 | 96 | 0 | 0.92 | 0.09 | 0.58 | 306.12 | 0.86 | 0.22 |
| Hex | 6A | 8 | 60 | 0 | 5C | 9 | 3A | 132 | 56 | 16 |
| Octal | 152 | 10 | 140 | 0 | 134 | 11 | 72 | 462 | 126 | 26 |
| Binary | 1101010 | 1000 | 1100000 | 0 | 1011100 | 1001 | 111010 | 100110010 | 1010110 | 10110 |
Color Harmonies of #6A0860
Complementary color
Monochromatic Colors of #6A0860
Black with #6A0860
Text Example
Text Example
White with #6A0860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0860; }
p { color: rgb(106,8,96); }
H1.HeaderClassName
{
color: #6A0860;
}
.AnyTagClassName
{
color: #6A0860;
}
</style>
background-color css
<style>
a { background-color: #6A0860; }
a { background-color: rgb(106,8,96); }
div.DivClassName
{
background-color: #6A0860;
}
.BgClassName
{
background-color: #6A0860;
}
</style>
border-color css
<style>
span { border-color: #6A0860; }
span { border-color: rgb(106,8,96); }
td.TdClassName
{
border-color: #6A0860;
}
.TagClassName
{
border-color: #6A0860;
}
</style>