Shades of Palatinate Purple #651063
Tints of Palatinate Purple #651063
RGB
CMYK
RGB Variations
Color information
#651063 (or 0x651063) is known color: Palatinate Purple. HEX triplet: 65, 10 and 63. RGB value is (101,16,99). Sum of RGB (Red+Green+Blue) = 101+16+99=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #651063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651063 is #9AEF9C. Grayscale: #323232. Windows color (decimal): -10153885 or 6492261. OLE color: 6492261.
HSL color Cylindrical-coordinate representation of color #651063: hue angle of 301.41º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #651063 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 16 | 99 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.60 |
| HSL | 301.41º | 0.73% | 0.23% | - |
| HSV(B) | 301.41º | 0.84% | 0.4% | - |
| XYZ | 7.8 | 4.04 | 12.17 | - |
| YUV | 50.88 | 155.16 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 16 | 99 | 0 | 0.84 | 0.02 | 0.60 | 301.41 | 0.73 | 0.23 |
| Hex | 65 | 10 | 63 | 0 | 54 | 2 | 3C | 12D | 49 | 17 |
| Octal | 145 | 20 | 143 | 0 | 124 | 2 | 74 | 455 | 111 | 27 |
| Binary | 1100101 | 10000 | 1100011 | 0 | 1010100 | 10 | 111100 | 100101101 | 1001001 | 10111 |
Color Harmonies of #651063
Complementary color
Monochromatic Colors of #651063
Black with #651063
Text Example
Text Example
White with #651063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651063; }
p { color: rgb(101,16,99); }
H1.HeaderClassName
{
color: #651063;
}
.AnyTagClassName
{
color: #651063;
}
</style>
background-color css
<style>
a { background-color: #651063; }
a { background-color: rgb(101,16,99); }
div.DivClassName
{
background-color: #651063;
}
.BgClassName
{
background-color: #651063;
}
</style>
border-color css
<style>
span { border-color: #651063; }
span { border-color: rgb(101,16,99); }
td.TdClassName
{
border-color: #651063;
}
.TagClassName
{
border-color: #651063;
}
</style>