Shades of Palatinate Purple #651A55
Tints of Palatinate Purple #651A55
RGB
CMYK
RGB Variations
Color information
#651A55 (or 0x651A55) is known color: Palatinate Purple. HEX triplet: 65, 1A and 55. RGB value is (101,26,85). Sum of RGB (Red+Green+Blue) = 101+26+85=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 101 - color contains mainly: red. Hex color #651A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651A55 is #9AE5AA. Grayscale: #363636. Windows color (decimal): -10151339 or 5577317. OLE color: 5577317.
HSL color Cylindrical-coordinate representation of color #651A55: hue angle of 312.8º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #651A55 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 26 | 85 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.60 |
| HSL | 312.8º | 0.59% | 0.25% | - |
| HSV(B) | 312.8º | 0.74% | 0.4% | - |
| XYZ | 7.38 | 4.16 | 9.01 | - |
| YUV | 55.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 26 | 85 | 0 | 0.74 | 0.16 | 0.60 | 312.8 | 0.59 | 0.25 |
| Hex | 65 | 1A | 55 | 0 | 4A | 10 | 3C | 139 | 3B | 19 |
| Octal | 145 | 32 | 125 | 0 | 112 | 20 | 74 | 471 | 73 | 31 |
| Binary | 1100101 | 11010 | 1010101 | 0 | 1001010 | 10000 | 111100 | 100111001 | 111011 | 11001 |
Color Harmonies of #651A55
Complementary color
Monochromatic Colors of #651A55
Black with #651A55
Text Example
Text Example
White with #651A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651A55; }
p { color: rgb(101,26,85); }
H1.HeaderClassName
{
color: #651A55;
}
.AnyTagClassName
{
color: #651A55;
}
</style>
background-color css
<style>
a { background-color: #651A55; }
a { background-color: rgb(101,26,85); }
div.DivClassName
{
background-color: #651A55;
}
.BgClassName
{
background-color: #651A55;
}
</style>
border-color css
<style>
span { border-color: #651A55; }
span { border-color: rgb(101,26,85); }
td.TdClassName
{
border-color: #651A55;
}
.TagClassName
{
border-color: #651A55;
}
</style>