Shades of Palatinate Purple #662A52
Tints of Palatinate Purple #662A52
RGB
CMYK
RGB Variations
Color information
#662A52 (or 0x662A52) is known color: Palatinate Purple. HEX triplet: 66, 2A and 52. RGB value is (102,42,82). Sum of RGB (Red+Green+Blue) = 102+42+82=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #662A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662A52 is #99D5AD. Grayscale: #404040. Windows color (decimal): -10081710 or 5384806. OLE color: 5384806.
HSL color Cylindrical-coordinate representation of color #662A52: hue angle of 320º 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 #662A52 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 42 | 82 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.6 |
| HSL | 320º | 0.42% | 0.28% | - |
| HSV(B) | 320º | 0.59% | 0.4% | - |
| XYZ | 7.83 | 5.09 | 8.55 | - |
| YUV | 64.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 82 | 0 | 0.59 | 0.20 | 0.6 | 320 | 0.42 | 0.28 |
| Hex | 66 | 2A | 52 | 0 | 3B | 14 | 3C | 140 | 2A | 1C |
| Octal | 146 | 52 | 122 | 0 | 73 | 24 | 74 | 500 | 52 | 34 |
| Binary | 1100110 | 101010 | 1010010 | 0 | 111011 | 10100 | 111100 | 101000000 | 101010 | 11100 |
Color Harmonies of #662A52
Complementary color
Monochromatic Colors of #662A52
Black with #662A52
Text Example
Text Example
White with #662A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662A52; }
p { color: rgb(102,42,82); }
H1.HeaderClassName
{
color: #662A52;
}
.AnyTagClassName
{
color: #662A52;
}
</style>
background-color css
<style>
a { background-color: #662A52; }
a { background-color: rgb(102,42,82); }
div.DivClassName
{
background-color: #662A52;
}
.BgClassName
{
background-color: #662A52;
}
</style>
border-color css
<style>
span { border-color: #662A52; }
span { border-color: rgb(102,42,82); }
td.TdClassName
{
border-color: #662A52;
}
.TagClassName
{
border-color: #662A52;
}
</style>