Shades of Palatinate Purple #652255
Tints of Palatinate Purple #652255
RGB
CMYK
RGB Variations
Color information
#652255 (or 0x652255) is known color: Palatinate Purple. HEX triplet: 65, 22 and 55. RGB value is (101,34,85). Sum of RGB (Red+Green+Blue) = 101+34+85=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #652255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652255 is #9ADDAA. Grayscale: #3B3B3B. Windows color (decimal): -10149291 or 5579365. OLE color: 5579365.
HSL color Cylindrical-coordinate representation of color #652255: hue angle of 314.33º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #652255 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 34 | 85 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.60 |
| HSL | 314.33º | 0.5% | 0.26% | - |
| HSV(B) | 314.33º | 0.66% | 0.4% | - |
| XYZ | 7.58 | 4.57 | 9.08 | - |
| YUV | 59.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 85 | 0 | 0.66 | 0.16 | 0.60 | 314.33 | 0.5 | 0.26 |
| Hex | 65 | 22 | 55 | 0 | 42 | 10 | 3C | 13A | 32 | 1A |
| Octal | 145 | 42 | 125 | 0 | 102 | 20 | 74 | 472 | 62 | 32 |
| Binary | 1100101 | 100010 | 1010101 | 0 | 1000010 | 10000 | 111100 | 100111010 | 110010 | 11010 |
Color Harmonies of #652255
Complementary color
Monochromatic Colors of #652255
Black with #652255
Text Example
Text Example
White with #652255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652255; }
p { color: rgb(101,34,85); }
H1.HeaderClassName
{
color: #652255;
}
.AnyTagClassName
{
color: #652255;
}
</style>
background-color css
<style>
a { background-color: #652255; }
a { background-color: rgb(101,34,85); }
div.DivClassName
{
background-color: #652255;
}
.BgClassName
{
background-color: #652255;
}
</style>
border-color css
<style>
span { border-color: #652255; }
span { border-color: rgb(101,34,85); }
td.TdClassName
{
border-color: #652255;
}
.TagClassName
{
border-color: #652255;
}
</style>