Shades of Palatinate Purple #651B58
Tints of Palatinate Purple #651B58
RGB
CMYK
RGB Variations
Color information
#651B58 (or 0x651B58) is known color: Palatinate Purple. HEX triplet: 65, 1B and 58. RGB value is (101,27,88). Sum of RGB (Red+Green+Blue) = 101+27+88=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #651B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651B58 is #9AE4A7. Grayscale: #373737. Windows color (decimal): -10151080 or 5774181. OLE color: 5774181.
HSL color Cylindrical-coordinate representation of color #651B58: hue angle of 310.54º 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 #651B58 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 27 | 88 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.60 |
| HSL | 310.54º | 0.58% | 0.25% | - |
| HSV(B) | 310.54º | 0.73% | 0.4% | - |
| XYZ | 7.52 | 4.26 | 9.66 | - |
| YUV | 56.08 | 146.02 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 27 | 88 | 0 | 0.73 | 0.13 | 0.60 | 310.54 | 0.58 | 0.25 |
| Hex | 65 | 1B | 58 | 0 | 49 | D | 3C | 137 | 3A | 19 |
| Octal | 145 | 33 | 130 | 0 | 111 | 15 | 74 | 467 | 72 | 31 |
| Binary | 1100101 | 11011 | 1011000 | 0 | 1001001 | 1101 | 111100 | 100110111 | 111010 | 11001 |
Color Harmonies of #651B58
Complementary color
Monochromatic Colors of #651B58
Black with #651B58
Text Example
Text Example
White with #651B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651B58; }
p { color: rgb(101,27,88); }
H1.HeaderClassName
{
color: #651B58;
}
.AnyTagClassName
{
color: #651B58;
}
</style>
background-color css
<style>
a { background-color: #651B58; }
a { background-color: rgb(101,27,88); }
div.DivClassName
{
background-color: #651B58;
}
.BgClassName
{
background-color: #651B58;
}
</style>
border-color css
<style>
span { border-color: #651B58; }
span { border-color: rgb(101,27,88); }
td.TdClassName
{
border-color: #651B58;
}
.TagClassName
{
border-color: #651B58;
}
</style>