Shades of Palatinate Purple #6A1660
Tints of Palatinate Purple #6A1660
RGB
CMYK
RGB Variations
Color information
#6A1660 (or 0x6A1660) is known color: Palatinate Purple. HEX triplet: 6A, 16 and 60. RGB value is (106,22,96). Sum of RGB (Red+Green+Blue) = 106+22+96=224 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.32% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1660 is #95E99F. Grayscale: #373737. Windows color (decimal): -9824672 or 6297194. OLE color: 6297194.
HSL color Cylindrical-coordinate representation of color #6A1660: hue angle of 307.14º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A1660 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 22 | 96 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.58 |
| HSL | 307.14º | 0.66% | 0.25% | - |
| HSV(B) | 307.14º | 0.79% | 0.42% | - |
| XYZ | 8.34 | 4.48 | 11.49 | - |
| YUV | 55.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 22 | 96 | 0 | 0.79 | 0.09 | 0.58 | 307.14 | 0.66 | 0.25 |
| Hex | 6A | 16 | 60 | 0 | 4F | 9 | 3A | 133 | 42 | 19 |
| Octal | 152 | 26 | 140 | 0 | 117 | 11 | 72 | 463 | 102 | 31 |
| Binary | 1101010 | 10110 | 1100000 | 0 | 1001111 | 1001 | 111010 | 100110011 | 1000010 | 11001 |
Color Harmonies of #6A1660
Complementary color
Monochromatic Colors of #6A1660
Black with #6A1660
Text Example
Text Example
White with #6A1660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1660; }
p { color: rgb(106,22,96); }
H1.HeaderClassName
{
color: #6A1660;
}
.AnyTagClassName
{
color: #6A1660;
}
</style>
background-color css
<style>
a { background-color: #6A1660; }
a { background-color: rgb(106,22,96); }
div.DivClassName
{
background-color: #6A1660;
}
.BgClassName
{
background-color: #6A1660;
}
</style>
border-color css
<style>
span { border-color: #6A1660; }
span { border-color: rgb(106,22,96); }
td.TdClassName
{
border-color: #6A1660;
}
.TagClassName
{
border-color: #6A1660;
}
</style>