Shades of Palatinate Purple #650F57
Tints of Palatinate Purple #650F57
RGB
CMYK
RGB Variations
Color information
#650F57 (or 0x650F57) is known color: Palatinate Purple. HEX triplet: 65, 0F and 57. RGB value is (101,15,87). Sum of RGB (Red+Green+Blue) = 101+15+87=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #650F57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650F57 is #9AF0A8. Grayscale: #303030. Windows color (decimal): -10154153 or 5705573. OLE color: 5705573.
HSL color Cylindrical-coordinate representation of color #650F57: hue angle of 309.77º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #650F57 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 15 | 87 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.60 |
| HSL | 309.77º | 0.74% | 0.23% | - |
| HSV(B) | 309.77º | 0.85% | 0.4% | - |
| XYZ | 7.26 | 3.8 | 9.37 | - |
| YUV | 48.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 87 | 0 | 0.85 | 0.14 | 0.60 | 309.77 | 0.74 | 0.23 |
| Hex | 65 | F | 57 | 0 | 55 | E | 3C | 136 | 4A | 17 |
| Octal | 145 | 17 | 127 | 0 | 125 | 16 | 74 | 466 | 112 | 27 |
| Binary | 1100101 | 1111 | 1010111 | 0 | 1010101 | 1110 | 111100 | 100110110 | 1001010 | 10111 |
Color Harmonies of #650F57
Complementary color
Monochromatic Colors of #650F57
Black with #650F57
Text Example
Text Example
White with #650F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650F57; }
p { color: rgb(101,15,87); }
H1.HeaderClassName
{
color: #650F57;
}
.AnyTagClassName
{
color: #650F57;
}
</style>
background-color css
<style>
a { background-color: #650F57; }
a { background-color: rgb(101,15,87); }
div.DivClassName
{
background-color: #650F57;
}
.BgClassName
{
background-color: #650F57;
}
</style>
border-color css
<style>
span { border-color: #650F57; }
span { border-color: rgb(101,15,87); }
td.TdClassName
{
border-color: #650F57;
}
.TagClassName
{
border-color: #650F57;
}
</style>