Shades of Palatinate Purple #651B62
Tints of Palatinate Purple #651B62
RGB
CMYK
RGB Variations
Color information
#651B62 (or 0x651B62) is known color: Palatinate Purple. HEX triplet: 65, 1B and 62. RGB value is (101,27,98). Sum of RGB (Red+Green+Blue) = 101+27+98=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 101 - color contains mainly: red. Hex color #651B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651B62 is #9AE49D. Grayscale: #393939. Windows color (decimal): -10151070 or 6429541. OLE color: 6429541.
HSL color Cylindrical-coordinate representation of color #651B62: hue angle of 302.43º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #651B62 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 27 | 98 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.60 |
| HSL | 302.43º | 0.58% | 0.25% | - |
| HSV(B) | 302.43º | 0.73% | 0.4% | - |
| XYZ | 7.96 | 4.43 | 11.99 | - |
| YUV | 57.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 27 | 98 | 0 | 0.73 | 0.03 | 0.60 | 302.43 | 0.58 | 0.25 |
| Hex | 65 | 1B | 62 | 0 | 49 | 3 | 3C | 12E | 3A | 19 |
| Octal | 145 | 33 | 142 | 0 | 111 | 3 | 74 | 456 | 72 | 31 |
| Binary | 1100101 | 11011 | 1100010 | 0 | 1001001 | 11 | 111100 | 100101110 | 111010 | 11001 |
Color Harmonies of #651B62
Complementary color
Monochromatic Colors of #651B62
Black with #651B62
Text Example
Text Example
White with #651B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651B62; }
p { color: rgb(101,27,98); }
H1.HeaderClassName
{
color: #651B62;
}
.AnyTagClassName
{
color: #651B62;
}
</style>
background-color css
<style>
a { background-color: #651B62; }
a { background-color: rgb(101,27,98); }
div.DivClassName
{
background-color: #651B62;
}
.BgClassName
{
background-color: #651B62;
}
</style>
border-color css
<style>
span { border-color: #651B62; }
span { border-color: rgb(101,27,98); }
td.TdClassName
{
border-color: #651B62;
}
.TagClassName
{
border-color: #651B62;
}
</style>