Shades of Palatinate Purple #650F53
Tints of Palatinate Purple #650F53
RGB
CMYK
RGB Variations
Color information
#650F53 (or 0x650F53) is known color: Palatinate Purple. HEX triplet: 65, 0F and 53. RGB value is (101,15,83). Sum of RGB (Red+Green+Blue) = 101+15+83=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #650F53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650F53 is #9AF0AC. Grayscale: #303030. Windows color (decimal): -10154157 or 5443429. OLE color: 5443429.
HSL color Cylindrical-coordinate representation of color #650F53: hue angle of 312.56º 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 #650F53 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 15 | 83 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.60 |
| HSL | 312.56º | 0.74% | 0.23% | - |
| HSV(B) | 312.56º | 0.85% | 0.4% | - |
| XYZ | 7.1 | 3.73 | 8.53 | - |
| YUV | 48.47 | 147.49 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 83 | 0 | 0.85 | 0.18 | 0.60 | 312.56 | 0.74 | 0.23 |
| Hex | 65 | F | 53 | 0 | 55 | 12 | 3C | 139 | 4A | 17 |
| Octal | 145 | 17 | 123 | 0 | 125 | 22 | 74 | 471 | 112 | 27 |
| Binary | 1100101 | 1111 | 1010011 | 0 | 1010101 | 10010 | 111100 | 100111001 | 1001010 | 10111 |
Color Harmonies of #650F53
Complementary color
Monochromatic Colors of #650F53
Black with #650F53
Text Example
Text Example
White with #650F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650F53; }
p { color: rgb(101,15,83); }
H1.HeaderClassName
{
color: #650F53;
}
.AnyTagClassName
{
color: #650F53;
}
</style>
background-color css
<style>
a { background-color: #650F53; }
a { background-color: rgb(101,15,83); }
div.DivClassName
{
background-color: #650F53;
}
.BgClassName
{
background-color: #650F53;
}
</style>
border-color css
<style>
span { border-color: #650F53; }
span { border-color: rgb(101,15,83); }
td.TdClassName
{
border-color: #650F53;
}
.TagClassName
{
border-color: #650F53;
}
</style>