Shades of Palatinate Purple #660B5A
Tints of Palatinate Purple #660B5A
RGB
CMYK
RGB Variations
Color information
#660B5A (or 0x660B5A) is known color: Palatinate Purple. HEX triplet: 66, 0B and 5A. RGB value is (102,11,90). Sum of RGB (Red+Green+Blue) = 102+11+90=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #660B5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660B5A is #99F4A5. Grayscale: #2E2E2E. Windows color (decimal): -10089638 or 5901158. OLE color: 5901158.
HSL color Cylindrical-coordinate representation of color #660B5A: hue angle of 307.91º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #660B5A is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 11 | 90 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.6 |
| HSL | 307.91º | 0.81% | 0.22% | - |
| HSV(B) | 307.91º | 0.89% | 0.4% | - |
| XYZ | 7.44 | 3.8 | 10.01 | - |
| YUV | 47.22 | 152.15 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 90 | 0 | 0.89 | 0.12 | 0.6 | 307.91 | 0.81 | 0.22 |
| Hex | 66 | B | 5A | 0 | 59 | C | 3C | 134 | 51 | 16 |
| Octal | 146 | 13 | 132 | 0 | 131 | 14 | 74 | 464 | 121 | 26 |
| Binary | 1100110 | 1011 | 1011010 | 0 | 1011001 | 1100 | 111100 | 100110100 | 1010001 | 10110 |
Color Harmonies of #660B5A
Complementary color
Monochromatic Colors of #660B5A
Black with #660B5A
Text Example
Text Example
White with #660B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660B5A; }
p { color: rgb(102,11,90); }
H1.HeaderClassName
{
color: #660B5A;
}
.AnyTagClassName
{
color: #660B5A;
}
</style>
background-color css
<style>
a { background-color: #660B5A; }
a { background-color: rgb(102,11,90); }
div.DivClassName
{
background-color: #660B5A;
}
.BgClassName
{
background-color: #660B5A;
}
</style>
border-color css
<style>
span { border-color: #660B5A; }
span { border-color: rgb(102,11,90); }
td.TdClassName
{
border-color: #660B5A;
}
.TagClassName
{
border-color: #660B5A;
}
</style>