Shades of Palatinate Purple #662853
Tints of Palatinate Purple #662853
RGB
CMYK
RGB Variations
Color information
#662853 (or 0x662853) is known color: Palatinate Purple. HEX triplet: 66, 28 and 53. RGB value is (102,40,83). Sum of RGB (Red+Green+Blue) = 102+40+83=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #662853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662853 is #99D7AC. Grayscale: #3F3F3F. Windows color (decimal): -10082221 or 5449830. OLE color: 5449830.
HSL color Cylindrical-coordinate representation of color #662853: hue angle of 318.39º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #662853 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 40 | 83 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.6 |
| HSL | 318.39º | 0.44% | 0.28% | - |
| HSV(B) | 318.39º | 0.61% | 0.4% | - |
| XYZ | 7.8 | 4.97 | 8.73 | - |
| YUV | 63.44 | 139.04 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 83 | 0 | 0.61 | 0.19 | 0.6 | 318.39 | 0.44 | 0.28 |
| Hex | 66 | 28 | 53 | 0 | 3D | 13 | 3C | 13E | 2C | 1C |
| Octal | 146 | 50 | 123 | 0 | 75 | 23 | 74 | 476 | 54 | 34 |
| Binary | 1100110 | 101000 | 1010011 | 0 | 111101 | 10011 | 111100 | 100111110 | 101100 | 11100 |
Color Harmonies of #662853
Complementary color
Monochromatic Colors of #662853
Black with #662853
Text Example
Text Example
White with #662853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662853; }
p { color: rgb(102,40,83); }
H1.HeaderClassName
{
color: #662853;
}
.AnyTagClassName
{
color: #662853;
}
</style>
background-color css
<style>
a { background-color: #662853; }
a { background-color: rgb(102,40,83); }
div.DivClassName
{
background-color: #662853;
}
.BgClassName
{
background-color: #662853;
}
</style>
border-color css
<style>
span { border-color: #662853; }
span { border-color: rgb(102,40,83); }
td.TdClassName
{
border-color: #662853;
}
.TagClassName
{
border-color: #662853;
}
</style>