Shades of Palatinate Purple #652C5C
Tints of Palatinate Purple #652C5C
RGB
CMYK
RGB Variations
Color information
#652C5C (or 0x652C5C) is known color: Palatinate Purple. HEX triplet: 65, 2C and 5C. RGB value is (101,44,92). Sum of RGB (Red+Green+Blue) = 101+44+92=237 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.62% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 101 - color contains mainly: red. Hex color #652C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652C5C is #9AD3A3. Grayscale: #424242. Windows color (decimal): -10146724 or 6040677. OLE color: 6040677.
HSL color Cylindrical-coordinate representation of color #652C5C: hue angle of 309.47º 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 #652C5C is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 44 | 92 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.60 |
| HSL | 309.47º | 0.39% | 0.28% | - |
| HSV(B) | 309.47º | 0.56% | 0.4% | - |
| XYZ | 8.2 | 5.34 | 10.72 | - |
| YUV | 66.52 | 142.38 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 92 | 0 | 0.56 | 0.09 | 0.60 | 309.47 | 0.39 | 0.28 |
| Hex | 65 | 2C | 5C | 0 | 38 | 9 | 3C | 135 | 27 | 1C |
| Octal | 145 | 54 | 134 | 0 | 70 | 11 | 74 | 465 | 47 | 34 |
| Binary | 1100101 | 101100 | 1011100 | 0 | 111000 | 1001 | 111100 | 100110101 | 100111 | 11100 |
Color Harmonies of #652C5C
Complementary color
Monochromatic Colors of #652C5C
Black with #652C5C
Text Example
Text Example
White with #652C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C5C; }
p { color: rgb(101,44,92); }
H1.HeaderClassName
{
color: #652C5C;
}
.AnyTagClassName
{
color: #652C5C;
}
</style>
background-color css
<style>
a { background-color: #652C5C; }
a { background-color: rgb(101,44,92); }
div.DivClassName
{
background-color: #652C5C;
}
.BgClassName
{
background-color: #652C5C;
}
</style>
border-color css
<style>
span { border-color: #652C5C; }
span { border-color: rgb(101,44,92); }
td.TdClassName
{
border-color: #652C5C;
}
.TagClassName
{
border-color: #652C5C;
}
</style>