Shades of Palatinate Purple #650C56
Tints of Palatinate Purple #650C56
RGB
CMYK
RGB Variations
Color information
#650C56 (or 0x650C56) is known color: Palatinate Purple. HEX triplet: 65, 0C and 56. RGB value is (101,12,86). Sum of RGB (Red+Green+Blue) = 101+12+86=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 86 (33.98% from 255 or 43.22% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #650C56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650C56 is #9AF3A9. Grayscale: #2E2E2E. Windows color (decimal): -10154922 or 5639269. OLE color: 5639269.
HSL color Cylindrical-coordinate representation of color #650C56: hue angle of 310.11º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #650C56 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 12 | 86 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.60 |
| HSL | 310.11º | 0.79% | 0.22% | - |
| HSV(B) | 310.11º | 0.88% | 0.4% | - |
| XYZ | 7.18 | 3.7 | 9.14 | - |
| YUV | 47.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 12 | 86 | 0 | 0.88 | 0.15 | 0.60 | 310.11 | 0.79 | 0.22 |
| Hex | 65 | C | 56 | 0 | 58 | F | 3C | 136 | 4F | 16 |
| Octal | 145 | 14 | 126 | 0 | 130 | 17 | 74 | 466 | 117 | 26 |
| Binary | 1100101 | 1100 | 1010110 | 0 | 1011000 | 1111 | 111100 | 100110110 | 1001111 | 10110 |
Color Harmonies of #650C56
Complementary color
Monochromatic Colors of #650C56
Black with #650C56
Text Example
Text Example
White with #650C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650C56; }
p { color: rgb(101,12,86); }
H1.HeaderClassName
{
color: #650C56;
}
.AnyTagClassName
{
color: #650C56;
}
</style>
background-color css
<style>
a { background-color: #650C56; }
a { background-color: rgb(101,12,86); }
div.DivClassName
{
background-color: #650C56;
}
.BgClassName
{
background-color: #650C56;
}
</style>
border-color css
<style>
span { border-color: #650C56; }
span { border-color: rgb(101,12,86); }
td.TdClassName
{
border-color: #650C56;
}
.TagClassName
{
border-color: #650C56;
}
</style>