Shades of Palatinate Purple #652C63
Tints of Palatinate Purple #652C63
RGB
CMYK
RGB Variations
Color information
#652C63 (or 0x652C63) is known color: Palatinate Purple. HEX triplet: 65, 2C and 63. RGB value is (101,44,99). Sum of RGB (Red+Green+Blue) = 101+44+99=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 101 - color contains mainly: red. Hex color #652C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652C63 is #9AD39C. Grayscale: #434343. Windows color (decimal): -10146717 or 6499429. OLE color: 6499429.
HSL color Cylindrical-coordinate representation of color #652C63: hue angle of 302.11º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #652C63 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 44 | 99 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.60 |
| HSL | 302.11º | 0.39% | 0.28% | - |
| HSV(B) | 302.11º | 0.56% | 0.4% | - |
| XYZ | 8.52 | 5.47 | 12.41 | - |
| YUV | 67.31 | 145.88 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 99 | 0 | 0.56 | 0.02 | 0.60 | 302.11 | 0.39 | 0.28 |
| Hex | 65 | 2C | 63 | 0 | 38 | 2 | 3C | 12E | 27 | 1C |
| Octal | 145 | 54 | 143 | 0 | 70 | 2 | 74 | 456 | 47 | 34 |
| Binary | 1100101 | 101100 | 1100011 | 0 | 111000 | 10 | 111100 | 100101110 | 100111 | 11100 |
Color Harmonies of #652C63
Complementary color
Monochromatic Colors of #652C63
Black with #652C63
Text Example
Text Example
White with #652C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C63; }
p { color: rgb(101,44,99); }
H1.HeaderClassName
{
color: #652C63;
}
.AnyTagClassName
{
color: #652C63;
}
</style>
background-color css
<style>
a { background-color: #652C63; }
a { background-color: rgb(101,44,99); }
div.DivClassName
{
background-color: #652C63;
}
.BgClassName
{
background-color: #652C63;
}
</style>
border-color css
<style>
span { border-color: #652C63; }
span { border-color: rgb(101,44,99); }
td.TdClassName
{
border-color: #652C63;
}
.TagClassName
{
border-color: #652C63;
}
</style>