Shades of Palatinate Purple #610D5B
Tints of Palatinate Purple #610D5B
RGB
CMYK
RGB Variations
Color information
#610D5B (or 0x610D5B) is known color: Palatinate Purple. HEX triplet: 61, 0D and 5B. RGB value is (97,13,91). Sum of RGB (Red+Green+Blue) = 97+13+91=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #610D5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D5B is #9EF2A4. Grayscale: #2E2E2E. Windows color (decimal): -10416805 or 5967201. OLE color: 5967201.
HSL color Cylindrical-coordinate representation of color #610D5B: hue angle of 304.29º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #610D5B is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 13 | 91 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.62 |
| HSL | 304.29º | 0.76% | 0.22% | - |
| HSV(B) | 304.29º | 0.87% | 0.38% | - |
| XYZ | 6.96 | 3.58 | 10.22 | - |
| YUV | 47.01 | 152.83 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 91 | 0 | 0.87 | 0.06 | 0.62 | 304.29 | 0.76 | 0.22 |
| Hex | 61 | D | 5B | 0 | 57 | 6 | 3E | 130 | 4C | 16 |
| Octal | 141 | 15 | 133 | 0 | 127 | 6 | 76 | 460 | 114 | 26 |
| Binary | 1100001 | 1101 | 1011011 | 0 | 1010111 | 110 | 111110 | 100110000 | 1001100 | 10110 |
Color Harmonies of #610D5B
Complementary color
Monochromatic Colors of #610D5B
Black with #610D5B
Text Example
Text Example
White with #610D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610D5B; }
p { color: rgb(97,13,91); }
H1.HeaderClassName
{
color: #610D5B;
}
.AnyTagClassName
{
color: #610D5B;
}
</style>
background-color css
<style>
a { background-color: #610D5B; }
a { background-color: rgb(97,13,91); }
div.DivClassName
{
background-color: #610D5B;
}
.BgClassName
{
background-color: #610D5B;
}
</style>
border-color css
<style>
span { border-color: #610D5B; }
span { border-color: rgb(97,13,91); }
td.TdClassName
{
border-color: #610D5B;
}
.TagClassName
{
border-color: #610D5B;
}
</style>