Shades of Palatinate Purple #651B5D
Tints of Palatinate Purple #651B5D
RGB
CMYK
RGB Variations
Color information
#651B5D (or 0x651B5D) is known color: Palatinate Purple. HEX triplet: 65, 1B and 5D. RGB value is (101,27,93). Sum of RGB (Red+Green+Blue) = 101+27+93=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 101 - color contains mainly: red. Hex color #651B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651B5D is #9AE4A2. Grayscale: #383838. Windows color (decimal): -10151075 or 6101861. OLE color: 6101861.
HSL color Cylindrical-coordinate representation of color #651B5D: hue angle of 306.49º 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 #651B5D is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 27 | 93 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.60 |
| HSL | 306.49º | 0.58% | 0.25% | - |
| HSV(B) | 306.49º | 0.73% | 0.4% | - |
| XYZ | 7.73 | 4.34 | 10.79 | - |
| YUV | 56.65 | 148.52 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 27 | 93 | 0 | 0.73 | 0.08 | 0.60 | 306.49 | 0.58 | 0.25 |
| Hex | 65 | 1B | 5D | 0 | 49 | 8 | 3C | 132 | 3A | 19 |
| Octal | 145 | 33 | 135 | 0 | 111 | 10 | 74 | 462 | 72 | 31 |
| Binary | 1100101 | 11011 | 1011101 | 0 | 1001001 | 1000 | 111100 | 100110010 | 111010 | 11001 |
Color Harmonies of #651B5D
Complementary color
Monochromatic Colors of #651B5D
Black with #651B5D
Text Example
Text Example
White with #651B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651B5D; }
p { color: rgb(101,27,93); }
H1.HeaderClassName
{
color: #651B5D;
}
.AnyTagClassName
{
color: #651B5D;
}
</style>
background-color css
<style>
a { background-color: #651B5D; }
a { background-color: rgb(101,27,93); }
div.DivClassName
{
background-color: #651B5D;
}
.BgClassName
{
background-color: #651B5D;
}
</style>
border-color css
<style>
span { border-color: #651B5D; }
span { border-color: rgb(101,27,93); }
td.TdClassName
{
border-color: #651B5D;
}
.TagClassName
{
border-color: #651B5D;
}
</style>