Shades of Palatinate Purple #662A55
Tints of Palatinate Purple #662A55
RGB
CMYK
RGB Variations
Color information
#662A55 (or 0x662A55) is known color: Palatinate Purple. HEX triplet: 66, 2A and 55. RGB value is (102,42,85). Sum of RGB (Red+Green+Blue) = 102+42+85=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 102 - color contains mainly: red. Hex color #662A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662A55 is #99D5AA. Grayscale: #404040. Windows color (decimal): -10081707 or 5581414. OLE color: 5581414.
HSL color Cylindrical-coordinate representation of color #662A55: hue angle of 317º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #662A55 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 42 | 85 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.6 |
| HSL | 317º | 0.42% | 0.28% | - |
| HSV(B) | 317º | 0.59% | 0.4% | - |
| XYZ | 7.95 | 5.14 | 9.17 | - |
| YUV | 64.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 85 | 0 | 0.59 | 0.17 | 0.6 | 317 | 0.42 | 0.28 |
| Hex | 66 | 2A | 55 | 0 | 3B | 11 | 3C | 13D | 2A | 1C |
| Octal | 146 | 52 | 125 | 0 | 73 | 21 | 74 | 475 | 52 | 34 |
| Binary | 1100110 | 101010 | 1010101 | 0 | 111011 | 10001 | 111100 | 100111101 | 101010 | 11100 |
Color Harmonies of #662A55
Complementary color
Monochromatic Colors of #662A55
Black with #662A55
Text Example
Text Example
White with #662A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662A55; }
p { color: rgb(102,42,85); }
H1.HeaderClassName
{
color: #662A55;
}
.AnyTagClassName
{
color: #662A55;
}
</style>
background-color css
<style>
a { background-color: #662A55; }
a { background-color: rgb(102,42,85); }
div.DivClassName
{
background-color: #662A55;
}
.BgClassName
{
background-color: #662A55;
}
</style>
border-color css
<style>
span { border-color: #662A55; }
span { border-color: rgb(102,42,85); }
td.TdClassName
{
border-color: #662A55;
}
.TagClassName
{
border-color: #662A55;
}
</style>