Shades of Palatinate Purple #652362
Tints of Palatinate Purple #652362
RGB
CMYK
RGB Variations
Color information
#652362 (or 0x652362) is known color: Palatinate Purple. HEX triplet: 65, 23 and 62. RGB value is (101,35,98). Sum of RGB (Red+Green+Blue) = 101+35+98=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 101 - color contains mainly: red. Hex color #652362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652362 is #9ADC9D. Grayscale: #3D3D3D. Windows color (decimal): -10149022 or 6431589. OLE color: 6431589.
HSL color Cylindrical-coordinate representation of color #652362: hue angle of 302.73º 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 #652362 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 35 | 98 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.60 |
| HSL | 302.73º | 0.49% | 0.27% | - |
| HSV(B) | 302.73º | 0.65% | 0.4% | - |
| XYZ | 8.17 | 4.85 | 12.06 | - |
| YUV | 61.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 35 | 98 | 0 | 0.65 | 0.03 | 0.60 | 302.73 | 0.49 | 0.27 |
| Hex | 65 | 23 | 62 | 0 | 41 | 3 | 3C | 12F | 31 | 1B |
| Octal | 145 | 43 | 142 | 0 | 101 | 3 | 74 | 457 | 61 | 33 |
| Binary | 1100101 | 100011 | 1100010 | 0 | 1000001 | 11 | 111100 | 100101111 | 110001 | 11011 |
Color Harmonies of #652362
Complementary color
Monochromatic Colors of #652362
Black with #652362
Text Example
Text Example
White with #652362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652362; }
p { color: rgb(101,35,98); }
H1.HeaderClassName
{
color: #652362;
}
.AnyTagClassName
{
color: #652362;
}
</style>
background-color css
<style>
a { background-color: #652362; }
a { background-color: rgb(101,35,98); }
div.DivClassName
{
background-color: #652362;
}
.BgClassName
{
background-color: #652362;
}
</style>
border-color css
<style>
span { border-color: #652362; }
span { border-color: rgb(101,35,98); }
td.TdClassName
{
border-color: #652362;
}
.TagClassName
{
border-color: #652362;
}
</style>