Shades of Palatinate Purple #660A5B
Tints of Palatinate Purple #660A5B
RGB
CMYK
RGB Variations
Color information
#660A5B (or 0x660A5B) is known color: Palatinate Purple. HEX triplet: 66, 0A and 5B. RGB value is (102,10,91). Sum of RGB (Red+Green+Blue) = 102+10+91=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #660A5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660A5B is #99F5A4. Grayscale: #2E2E2E. Windows color (decimal): -10089893 or 5966438. OLE color: 5966438.
HSL color Cylindrical-coordinate representation of color #660A5B: hue angle of 307.17º 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 #660A5B is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 10 | 91 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.6 |
| HSL | 307.17º | 0.82% | 0.22% | - |
| HSV(B) | 307.17º | 0.9% | 0.4% | - |
| XYZ | 7.48 | 3.8 | 10.24 | - |
| YUV | 46.74 | 152.98 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 10 | 91 | 0 | 0.90 | 0.11 | 0.6 | 307.17 | 0.82 | 0.22 |
| Hex | 66 | A | 5B | 0 | 5A | B | 3C | 133 | 52 | 16 |
| Octal | 146 | 12 | 133 | 0 | 132 | 13 | 74 | 463 | 122 | 26 |
| Binary | 1100110 | 1010 | 1011011 | 0 | 1011010 | 1011 | 111100 | 100110011 | 1010010 | 10110 |
Color Harmonies of #660A5B
Complementary color
Monochromatic Colors of #660A5B
Black with #660A5B
Text Example
Text Example
White with #660A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660A5B; }
p { color: rgb(102,10,91); }
H1.HeaderClassName
{
color: #660A5B;
}
.AnyTagClassName
{
color: #660A5B;
}
</style>
background-color css
<style>
a { background-color: #660A5B; }
a { background-color: rgb(102,10,91); }
div.DivClassName
{
background-color: #660A5B;
}
.BgClassName
{
background-color: #660A5B;
}
</style>
border-color css
<style>
span { border-color: #660A5B; }
span { border-color: rgb(102,10,91); }
td.TdClassName
{
border-color: #660A5B;
}
.TagClassName
{
border-color: #660A5B;
}
</style>