Shades of Palatinate Purple #6A1856
Tints of Palatinate Purple #6A1856
RGB
CMYK
RGB Variations
Color information
#6A1856 (or 0x6A1856) is known color: Palatinate Purple. HEX triplet: 6A, 18 and 56. RGB value is (106,24,86). Sum of RGB (Red+Green+Blue) = 106+24+86=216 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.07% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1856 is #95E7A9. Grayscale: #373737. Windows color (decimal): -9824170 or 5642346. OLE color: 5642346.
HSL color Cylindrical-coordinate representation of color #6A1856: hue angle of 314.63º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A1856 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 24 | 86 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.58 |
| HSL | 314.63º | 0.63% | 0.25% | - |
| HSV(B) | 314.63º | 0.77% | 0.42% | - |
| XYZ | 7.95 | 4.39 | 9.23 | - |
| YUV | 55.59 | 145.17 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 24 | 86 | 0 | 0.77 | 0.19 | 0.58 | 314.63 | 0.63 | 0.25 |
| Hex | 6A | 18 | 56 | 0 | 4D | 13 | 3A | 13B | 3F | 19 |
| Octal | 152 | 30 | 126 | 0 | 115 | 23 | 72 | 473 | 77 | 31 |
| Binary | 1101010 | 11000 | 1010110 | 0 | 1001101 | 10011 | 111010 | 100111011 | 111111 | 11001 |
Color Harmonies of #6A1856
Complementary color
Monochromatic Colors of #6A1856
Black with #6A1856
Text Example
Text Example
White with #6A1856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1856; }
p { color: rgb(106,24,86); }
H1.HeaderClassName
{
color: #6A1856;
}
.AnyTagClassName
{
color: #6A1856;
}
</style>
background-color css
<style>
a { background-color: #6A1856; }
a { background-color: rgb(106,24,86); }
div.DivClassName
{
background-color: #6A1856;
}
.BgClassName
{
background-color: #6A1856;
}
</style>
border-color css
<style>
span { border-color: #6A1856; }
span { border-color: rgb(106,24,86); }
td.TdClassName
{
border-color: #6A1856;
}
.TagClassName
{
border-color: #6A1856;
}
</style>