Shades of Palatinate Purple #650D5D
Tints of Palatinate Purple #650D5D
RGB
CMYK
RGB Variations
Color information
#650D5D (or 0x650D5D) is known color: Palatinate Purple. HEX triplet: 65, 0D and 5D. RGB value is (101,13,93). Sum of RGB (Red+Green+Blue) = 101+13+93=207 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.79% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 101 - color contains mainly: red. Hex color #650D5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650D5D is #9AF2A2. Grayscale: #303030. Windows color (decimal): -10154659 or 6098277. OLE color: 6098277.
HSL color Cylindrical-coordinate representation of color #650D5D: hue angle of 305.45º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #650D5D is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 13 | 93 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.60 |
| HSL | 305.45º | 0.77% | 0.22% | - |
| HSV(B) | 305.45º | 0.87% | 0.4% | - |
| XYZ | 7.49 | 3.84 | 10.7 | - |
| YUV | 48.43 | 153.15 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 13 | 93 | 0 | 0.87 | 0.08 | 0.60 | 305.45 | 0.77 | 0.22 |
| Hex | 65 | D | 5D | 0 | 57 | 8 | 3C | 131 | 4D | 16 |
| Octal | 145 | 15 | 135 | 0 | 127 | 10 | 74 | 461 | 115 | 26 |
| Binary | 1100101 | 1101 | 1011101 | 0 | 1010111 | 1000 | 111100 | 100110001 | 1001101 | 10110 |
Color Harmonies of #650D5D
Complementary color
Monochromatic Colors of #650D5D
Black with #650D5D
Text Example
Text Example
White with #650D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650D5D; }
p { color: rgb(101,13,93); }
H1.HeaderClassName
{
color: #650D5D;
}
.AnyTagClassName
{
color: #650D5D;
}
</style>
background-color css
<style>
a { background-color: #650D5D; }
a { background-color: rgb(101,13,93); }
div.DivClassName
{
background-color: #650D5D;
}
.BgClassName
{
background-color: #650D5D;
}
</style>
border-color css
<style>
span { border-color: #650D5D; }
span { border-color: rgb(101,13,93); }
td.TdClassName
{
border-color: #650D5D;
}
.TagClassName
{
border-color: #650D5D;
}
</style>