Shades of Palatinate Purple #651962
Tints of Palatinate Purple #651962
RGB
CMYK
RGB Variations
Color information
#651962 (or 0x651962) is known color: Palatinate Purple. HEX triplet: 65, 19 and 62. RGB value is (101,25,98). Sum of RGB (Red+Green+Blue) = 101+25+98=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 101 - color contains mainly: red. Hex color #651962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651962 is #9AE69D. Grayscale: #373737. Windows color (decimal): -10151582 or 6429029. OLE color: 6429029.
HSL color Cylindrical-coordinate representation of color #651962: hue angle of 302.37º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #651962 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 25 | 98 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.60 |
| HSL | 302.37º | 0.6% | 0.25% | - |
| HSV(B) | 302.37º | 0.75% | 0.4% | - |
| XYZ | 7.92 | 4.34 | 11.98 | - |
| YUV | 56.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 25 | 98 | 0 | 0.75 | 0.03 | 0.60 | 302.37 | 0.6 | 0.25 |
| Hex | 65 | 19 | 62 | 0 | 4B | 3 | 3C | 12E | 3C | 19 |
| Octal | 145 | 31 | 142 | 0 | 113 | 3 | 74 | 456 | 74 | 31 |
| Binary | 1100101 | 11001 | 1100010 | 0 | 1001011 | 11 | 111100 | 100101110 | 111100 | 11001 |
Color Harmonies of #651962
Complementary color
Monochromatic Colors of #651962
Black with #651962
Text Example
Text Example
White with #651962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651962; }
p { color: rgb(101,25,98); }
H1.HeaderClassName
{
color: #651962;
}
.AnyTagClassName
{
color: #651962;
}
</style>
background-color css
<style>
a { background-color: #651962; }
a { background-color: rgb(101,25,98); }
div.DivClassName
{
background-color: #651962;
}
.BgClassName
{
background-color: #651962;
}
</style>
border-color css
<style>
span { border-color: #651962; }
span { border-color: rgb(101,25,98); }
td.TdClassName
{
border-color: #651962;
}
.TagClassName
{
border-color: #651962;
}
</style>