Shades of Palatinate Purple #661A5B
Tints of Palatinate Purple #661A5B
RGB
CMYK
RGB Variations
Color information
#661A5B (or 0x661A5B) is known color: Palatinate Purple. HEX triplet: 66, 1A and 5B. RGB value is (102,26,91). Sum of RGB (Red+Green+Blue) = 102+26+91=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #661A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661A5B is #99E5A4. Grayscale: #373737. Windows color (decimal): -10085797 or 5970534. OLE color: 5970534.
HSL color Cylindrical-coordinate representation of color #661A5B: hue angle of 308.68º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661A5B is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 26 | 91 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.6 |
| HSL | 308.68º | 0.59% | 0.25% | - |
| HSV(B) | 308.68º | 0.75% | 0.4% | - |
| XYZ | 7.74 | 4.32 | 10.32 | - |
| YUV | 56.13 | 147.68 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 26 | 91 | 0 | 0.75 | 0.11 | 0.6 | 308.68 | 0.59 | 0.25 |
| Hex | 66 | 1A | 5B | 0 | 4B | B | 3C | 135 | 3B | 19 |
| Octal | 146 | 32 | 133 | 0 | 113 | 13 | 74 | 465 | 73 | 31 |
| Binary | 1100110 | 11010 | 1011011 | 0 | 1001011 | 1011 | 111100 | 100110101 | 111011 | 11001 |
Color Harmonies of #661A5B
Complementary color
Monochromatic Colors of #661A5B
Black with #661A5B
Text Example
Text Example
White with #661A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661A5B; }
p { color: rgb(102,26,91); }
H1.HeaderClassName
{
color: #661A5B;
}
.AnyTagClassName
{
color: #661A5B;
}
</style>
background-color css
<style>
a { background-color: #661A5B; }
a { background-color: rgb(102,26,91); }
div.DivClassName
{
background-color: #661A5B;
}
.BgClassName
{
background-color: #661A5B;
}
</style>
border-color css
<style>
span { border-color: #661A5B; }
span { border-color: rgb(102,26,91); }
td.TdClassName
{
border-color: #661A5B;
}
.TagClassName
{
border-color: #661A5B;
}
</style>