Shades of Palatinate Purple #652356
Tints of Palatinate Purple #652356
RGB
CMYK
RGB Variations
Color information
#652356 (or 0x652356) is known color: Palatinate Purple. HEX triplet: 65, 23 and 56. RGB value is (101,35,86). Sum of RGB (Red+Green+Blue) = 101+35+86=222 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.50% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 101 - color contains mainly: red. Hex color #652356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652356 is #9ADCA9. Grayscale: #3C3C3C. Windows color (decimal): -10149034 or 5645157. OLE color: 5645157.
HSL color Cylindrical-coordinate representation of color #652356: hue angle of 313.64º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #652356 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 35 | 86 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.60 |
| HSL | 313.64º | 0.49% | 0.27% | - |
| HSV(B) | 313.64º | 0.65% | 0.4% | - |
| XYZ | 7.65 | 4.64 | 9.3 | - |
| YUV | 60.55 | 142.37 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 35 | 86 | 0 | 0.65 | 0.15 | 0.60 | 313.64 | 0.49 | 0.27 |
| Hex | 65 | 23 | 56 | 0 | 41 | F | 3C | 13A | 31 | 1B |
| Octal | 145 | 43 | 126 | 0 | 101 | 17 | 74 | 472 | 61 | 33 |
| Binary | 1100101 | 100011 | 1010110 | 0 | 1000001 | 1111 | 111100 | 100111010 | 110001 | 11011 |
Color Harmonies of #652356
Complementary color
Monochromatic Colors of #652356
Black with #652356
Text Example
Text Example
White with #652356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652356; }
p { color: rgb(101,35,86); }
H1.HeaderClassName
{
color: #652356;
}
.AnyTagClassName
{
color: #652356;
}
</style>
background-color css
<style>
a { background-color: #652356; }
a { background-color: rgb(101,35,86); }
div.DivClassName
{
background-color: #652356;
}
.BgClassName
{
background-color: #652356;
}
</style>
border-color css
<style>
span { border-color: #652356; }
span { border-color: rgb(101,35,86); }
td.TdClassName
{
border-color: #652356;
}
.TagClassName
{
border-color: #652356;
}
</style>