Shades of Palatinate Purple #651862
Tints of Palatinate Purple #651862
RGB
CMYK
RGB Variations
Color information
#651862 (or 0x651862) is known color: Palatinate Purple. HEX triplet: 65, 18 and 62. RGB value is (101,24,98). Sum of RGB (Red+Green+Blue) = 101+24+98=223 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.29% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 101 - color contains mainly: red. Hex color #651862 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651862 is #9AE79D. Grayscale: #373737. Windows color (decimal): -10151838 or 6428773. OLE color: 6428773.
HSL color Cylindrical-coordinate representation of color #651862: hue angle of 302.34º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #651862 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 24 | 98 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.60 |
| HSL | 302.34º | 0.62% | 0.25% | - |
| HSV(B) | 302.34º | 0.76% | 0.4% | - |
| XYZ | 7.9 | 4.3 | 11.97 | - |
| YUV | 55.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 98 | 0 | 0.76 | 0.03 | 0.60 | 302.34 | 0.62 | 0.25 |
| Hex | 65 | 18 | 62 | 0 | 4C | 3 | 3C | 12E | 3E | 19 |
| Octal | 145 | 30 | 142 | 0 | 114 | 3 | 74 | 456 | 76 | 31 |
| Binary | 1100101 | 11000 | 1100010 | 0 | 1001100 | 11 | 111100 | 100101110 | 111110 | 11001 |
Color Harmonies of #651862
Complementary color
Monochromatic Colors of #651862
Black with #651862
Text Example
Text Example
White with #651862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651862; }
p { color: rgb(101,24,98); }
H1.HeaderClassName
{
color: #651862;
}
.AnyTagClassName
{
color: #651862;
}
</style>
background-color css
<style>
a { background-color: #651862; }
a { background-color: rgb(101,24,98); }
div.DivClassName
{
background-color: #651862;
}
.BgClassName
{
background-color: #651862;
}
</style>
border-color css
<style>
span { border-color: #651862; }
span { border-color: rgb(101,24,98); }
td.TdClassName
{
border-color: #651862;
}
.TagClassName
{
border-color: #651862;
}
</style>