Shades of Palatinate Purple #660A56
Tints of Palatinate Purple #660A56
RGB
CMYK
RGB Variations
Color information
#660A56 (or 0x660A56) is known color: Palatinate Purple. HEX triplet: 66, 0A and 56. RGB value is (102,10,86). Sum of RGB (Red+Green+Blue) = 102+10+86=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #660A56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660A56 is #99F5A9. Grayscale: #2D2D2D. Windows color (decimal): -10089898 or 5638758. OLE color: 5638758.
HSL color Cylindrical-coordinate representation of color #660A56: hue angle of 310.43º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660A56 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 10 | 86 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.6 |
| HSL | 310.43º | 0.82% | 0.22% | - |
| HSV(B) | 310.43º | 0.9% | 0.4% | - |
| XYZ | 7.27 | 3.71 | 9.14 | - |
| YUV | 46.17 | 150.48 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 10 | 86 | 0 | 0.90 | 0.16 | 0.6 | 310.43 | 0.82 | 0.22 |
| Hex | 66 | A | 56 | 0 | 5A | 10 | 3C | 136 | 52 | 16 |
| Octal | 146 | 12 | 126 | 0 | 132 | 20 | 74 | 466 | 122 | 26 |
| Binary | 1100110 | 1010 | 1010110 | 0 | 1011010 | 10000 | 111100 | 100110110 | 1010010 | 10110 |
Color Harmonies of #660A56
Complementary color
Monochromatic Colors of #660A56
Black with #660A56
Text Example
Text Example
White with #660A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660A56; }
p { color: rgb(102,10,86); }
H1.HeaderClassName
{
color: #660A56;
}
.AnyTagClassName
{
color: #660A56;
}
</style>
background-color css
<style>
a { background-color: #660A56; }
a { background-color: rgb(102,10,86); }
div.DivClassName
{
background-color: #660A56;
}
.BgClassName
{
background-color: #660A56;
}
</style>
border-color css
<style>
span { border-color: #660A56; }
span { border-color: rgb(102,10,86); }
td.TdClassName
{
border-color: #660A56;
}
.TagClassName
{
border-color: #660A56;
}
</style>