Shades of Palatinate Purple #651C60
Tints of Palatinate Purple #651C60
RGB
CMYK
RGB Variations
Color information
#651C60 (or 0x651C60) is known color: Palatinate Purple. HEX triplet: 65, 1C and 60. RGB value is (101,28,96). Sum of RGB (Red+Green+Blue) = 101+28+96=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 101 - color contains mainly: red. Hex color #651C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651C60 is #9AE39F. Grayscale: #393939. Windows color (decimal): -10150816 or 6298725. OLE color: 6298725.
HSL color Cylindrical-coordinate representation of color #651C60: hue angle of 304.11º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #651C60 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 28 | 96 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.60 |
| HSL | 304.11º | 0.57% | 0.25% | - |
| HSV(B) | 304.11º | 0.72% | 0.4% | - |
| XYZ | 7.89 | 4.44 | 11.51 | - |
| YUV | 57.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 28 | 96 | 0 | 0.72 | 0.05 | 0.60 | 304.11 | 0.57 | 0.25 |
| Hex | 65 | 1C | 60 | 0 | 48 | 5 | 3C | 130 | 39 | 19 |
| Octal | 145 | 34 | 140 | 0 | 110 | 5 | 74 | 460 | 71 | 31 |
| Binary | 1100101 | 11100 | 1100000 | 0 | 1001000 | 101 | 111100 | 100110000 | 111001 | 11001 |
Color Harmonies of #651C60
Complementary color
Monochromatic Colors of #651C60
Black with #651C60
Text Example
Text Example
White with #651C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651C60; }
p { color: rgb(101,28,96); }
H1.HeaderClassName
{
color: #651C60;
}
.AnyTagClassName
{
color: #651C60;
}
</style>
background-color css
<style>
a { background-color: #651C60; }
a { background-color: rgb(101,28,96); }
div.DivClassName
{
background-color: #651C60;
}
.BgClassName
{
background-color: #651C60;
}
</style>
border-color css
<style>
span { border-color: #651C60; }
span { border-color: rgb(101,28,96); }
td.TdClassName
{
border-color: #651C60;
}
.TagClassName
{
border-color: #651C60;
}
</style>