Shades of Palatinate Purple #651E63
Tints of Palatinate Purple #651E63
RGB
CMYK
RGB Variations
Color information
#651E63 (or 0x651E63) is known color: Palatinate Purple. HEX triplet: 65, 1E and 63. RGB value is (101,30,99). Sum of RGB (Red+Green+Blue) = 101+30+99=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 101 - color contains mainly: red. Hex color #651E63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651E63 is #9AE19C. Grayscale: #3A3A3A. Windows color (decimal): -10150301 or 6495845. OLE color: 6495845.
HSL color Cylindrical-coordinate representation of color #651E63: hue angle of 301.69º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #651E63 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 30 | 99 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.60 |
| HSL | 301.69º | 0.54% | 0.26% | - |
| HSV(B) | 301.69º | 0.7% | 0.4% | - |
| XYZ | 8.08 | 4.6 | 12.27 | - |
| YUV | 59.1 | 150.52 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 30 | 99 | 0 | 0.70 | 0.02 | 0.60 | 301.69 | 0.54 | 0.26 |
| Hex | 65 | 1E | 63 | 0 | 46 | 2 | 3C | 12E | 36 | 1A |
| Octal | 145 | 36 | 143 | 0 | 106 | 2 | 74 | 456 | 66 | 32 |
| Binary | 1100101 | 11110 | 1100011 | 0 | 1000110 | 10 | 111100 | 100101110 | 110110 | 11010 |
Color Harmonies of #651E63
Complementary color
Monochromatic Colors of #651E63
Black with #651E63
Text Example
Text Example
White with #651E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651E63; }
p { color: rgb(101,30,99); }
H1.HeaderClassName
{
color: #651E63;
}
.AnyTagClassName
{
color: #651E63;
}
</style>
background-color css
<style>
a { background-color: #651E63; }
a { background-color: rgb(101,30,99); }
div.DivClassName
{
background-color: #651E63;
}
.BgClassName
{
background-color: #651E63;
}
</style>
border-color css
<style>
span { border-color: #651E63; }
span { border-color: rgb(101,30,99); }
td.TdClassName
{
border-color: #651E63;
}
.TagClassName
{
border-color: #651E63;
}
</style>