Shades of Palatinate Purple #660B5B
Tints of Palatinate Purple #660B5B
RGB
CMYK
RGB Variations
Color information
#660B5B (or 0x660B5B) is known color: Palatinate Purple. HEX triplet: 66, 0B and 5B. RGB value is (102,11,91). Sum of RGB (Red+Green+Blue) = 102+11+91=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #660B5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660B5B is #99F4A4. Grayscale: #2F2F2F. Windows color (decimal): -10089637 or 5966694. OLE color: 5966694.
HSL color Cylindrical-coordinate representation of color #660B5B: hue angle of 307.25º 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 #660B5B is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 11 | 91 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.6 |
| HSL | 307.25º | 0.81% | 0.22% | - |
| HSV(B) | 307.25º | 0.89% | 0.4% | - |
| XYZ | 7.49 | 3.82 | 10.24 | - |
| YUV | 47.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 91 | 0 | 0.89 | 0.11 | 0.6 | 307.25 | 0.81 | 0.22 |
| Hex | 66 | B | 5B | 0 | 59 | B | 3C | 133 | 51 | 16 |
| Octal | 146 | 13 | 133 | 0 | 131 | 13 | 74 | 463 | 121 | 26 |
| Binary | 1100110 | 1011 | 1011011 | 0 | 1011001 | 1011 | 111100 | 100110011 | 1010001 | 10110 |
Color Harmonies of #660B5B
Complementary color
Monochromatic Colors of #660B5B
Black with #660B5B
Text Example
Text Example
White with #660B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660B5B; }
p { color: rgb(102,11,91); }
H1.HeaderClassName
{
color: #660B5B;
}
.AnyTagClassName
{
color: #660B5B;
}
</style>
background-color css
<style>
a { background-color: #660B5B; }
a { background-color: rgb(102,11,91); }
div.DivClassName
{
background-color: #660B5B;
}
.BgClassName
{
background-color: #660B5B;
}
</style>
border-color css
<style>
span { border-color: #660B5B; }
span { border-color: rgb(102,11,91); }
td.TdClassName
{
border-color: #660B5B;
}
.TagClassName
{
border-color: #660B5B;
}
</style>