Shades of Palatinate Purple #610B5A
Tints of Palatinate Purple #610B5A
RGB
CMYK
RGB Variations
Color information
#610B5A (or 0x610B5A) is known color: Palatinate Purple. HEX triplet: 61, 0B and 5A. RGB value is (97,11,90). Sum of RGB (Red+Green+Blue) = 97+11+90=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #610B5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610B5A is #9EF4A5. Grayscale: #2D2D2D. Windows color (decimal): -10417318 or 5901153. OLE color: 5901153.
HSL color Cylindrical-coordinate representation of color #610B5A: hue angle of 304.88º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #610B5A is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 11 | 90 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.62 |
| HSL | 304.88º | 0.8% | 0.21% | - |
| HSV(B) | 304.88º | 0.89% | 0.38% | - |
| XYZ | 6.89 | 3.52 | 9.99 | - |
| YUV | 45.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 11 | 90 | 0 | 0.89 | 0.07 | 0.62 | 304.88 | 0.8 | 0.21 |
| Hex | 61 | B | 5A | 0 | 59 | 7 | 3E | 131 | 50 | 15 |
| Octal | 141 | 13 | 132 | 0 | 131 | 7 | 76 | 461 | 120 | 25 |
| Binary | 1100001 | 1011 | 1011010 | 0 | 1011001 | 111 | 111110 | 100110001 | 1010000 | 10101 |
Color Harmonies of #610B5A
Complementary color
Monochromatic Colors of #610B5A
Black with #610B5A
Text Example
Text Example
White with #610B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610B5A; }
p { color: rgb(97,11,90); }
H1.HeaderClassName
{
color: #610B5A;
}
.AnyTagClassName
{
color: #610B5A;
}
</style>
background-color css
<style>
a { background-color: #610B5A; }
a { background-color: rgb(97,11,90); }
div.DivClassName
{
background-color: #610B5A;
}
.BgClassName
{
background-color: #610B5A;
}
</style>
border-color css
<style>
span { border-color: #610B5A; }
span { border-color: rgb(97,11,90); }
td.TdClassName
{
border-color: #610B5A;
}
.TagClassName
{
border-color: #610B5A;
}
</style>