Shades of Palatinate Purple #651B55
Tints of Palatinate Purple #651B55
RGB
CMYK
RGB Variations
Color information
#651B55 (or 0x651B55) is known color: Palatinate Purple. HEX triplet: 65, 1B and 55. RGB value is (101,27,85). Sum of RGB (Red+Green+Blue) = 101+27+85=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #651B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651B55 is #9AE4AA. Grayscale: #373737. Windows color (decimal): -10151083 or 5577573. OLE color: 5577573.
HSL color Cylindrical-coordinate representation of color #651B55: hue angle of 312.97º 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 #651B55 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 27 | 85 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.60 |
| HSL | 312.97º | 0.58% | 0.25% | - |
| HSV(B) | 312.97º | 0.73% | 0.4% | - |
| XYZ | 7.4 | 4.21 | 9.02 | - |
| YUV | 55.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 27 | 85 | 0 | 0.73 | 0.16 | 0.60 | 312.97 | 0.58 | 0.25 |
| Hex | 65 | 1B | 55 | 0 | 49 | 10 | 3C | 139 | 3A | 19 |
| Octal | 145 | 33 | 125 | 0 | 111 | 20 | 74 | 471 | 72 | 31 |
| Binary | 1100101 | 11011 | 1010101 | 0 | 1001001 | 10000 | 111100 | 100111001 | 111010 | 11001 |
Color Harmonies of #651B55
Complementary color
Monochromatic Colors of #651B55
Black with #651B55
Text Example
Text Example
White with #651B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651B55; }
p { color: rgb(101,27,85); }
H1.HeaderClassName
{
color: #651B55;
}
.AnyTagClassName
{
color: #651B55;
}
</style>
background-color css
<style>
a { background-color: #651B55; }
a { background-color: rgb(101,27,85); }
div.DivClassName
{
background-color: #651B55;
}
.BgClassName
{
background-color: #651B55;
}
</style>
border-color css
<style>
span { border-color: #651B55; }
span { border-color: rgb(101,27,85); }
td.TdClassName
{
border-color: #651B55;
}
.TagClassName
{
border-color: #651B55;
}
</style>