Shades of Palatinate Purple #6A0862
Tints of Palatinate Purple #6A0862
RGB
CMYK
RGB Variations
Color information
#6A0862 (or 0x6A0862) is known color: Palatinate Purple. HEX triplet: 6A, 08 and 62. RGB value is (106,8,98). Sum of RGB (Red+Green+Blue) = 106+8+98=212 (28% of max value = 765). Red value is 106 (41.80% from 255 or 50% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0862 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0862 is #95F79D. Grayscale: #2F2F2F. Windows color (decimal): -9828254 or 6424682. OLE color: 6424682.
HSL color Cylindrical-coordinate representation of color #6A0862: hue angle of 304.9º 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 #6A0862 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 8 | 98 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.58 |
| HSL | 304.9º | 0.86% | 0.22% | - |
| HSV(B) | 304.9º | 0.92% | 0.42% | - |
| XYZ | 8.24 | 4.12 | 11.92 | - |
| YUV | 47.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 8 | 98 | 0 | 0.92 | 0.08 | 0.58 | 304.9 | 0.86 | 0.22 |
| Hex | 6A | 8 | 62 | 0 | 5C | 8 | 3A | 131 | 56 | 16 |
| Octal | 152 | 10 | 142 | 0 | 134 | 10 | 72 | 461 | 126 | 26 |
| Binary | 1101010 | 1000 | 1100010 | 0 | 1011100 | 1000 | 111010 | 100110001 | 1010110 | 10110 |
Color Harmonies of #6A0862
Complementary color
Monochromatic Colors of #6A0862
Black with #6A0862
Text Example
Text Example
White with #6A0862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0862; }
p { color: rgb(106,8,98); }
H1.HeaderClassName
{
color: #6A0862;
}
.AnyTagClassName
{
color: #6A0862;
}
</style>
background-color css
<style>
a { background-color: #6A0862; }
a { background-color: rgb(106,8,98); }
div.DivClassName
{
background-color: #6A0862;
}
.BgClassName
{
background-color: #6A0862;
}
</style>
border-color css
<style>
span { border-color: #6A0862; }
span { border-color: rgb(106,8,98); }
td.TdClassName
{
border-color: #6A0862;
}
.TagClassName
{
border-color: #6A0862;
}
</style>