Shades of Palatinate Purple #610957
Tints of Palatinate Purple #610957
RGB
CMYK
RGB Variations
Color information
#610957 (or 0x610957) is known color: Palatinate Purple. HEX triplet: 61, 09 and 57. RGB value is (97,9,87). Sum of RGB (Red+Green+Blue) = 97+9+87=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #610957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610957 is #9EF6A8. Grayscale: #2B2B2B. Windows color (decimal): -10417833 or 5704033. OLE color: 5704033.
HSL color Cylindrical-coordinate representation of color #610957: hue angle of 306.82º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610957 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 9 | 87 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.62 |
| HSL | 306.82º | 0.83% | 0.21% | - |
| HSV(B) | 306.82º | 0.91% | 0.38% | - |
| XYZ | 6.75 | 3.42 | 9.32 | - |
| YUV | 44.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 9 | 87 | 0 | 0.91 | 0.10 | 0.62 | 306.82 | 0.83 | 0.21 |
| Hex | 61 | 9 | 57 | 0 | 5B | A | 3E | 133 | 53 | 15 |
| Octal | 141 | 11 | 127 | 0 | 133 | 12 | 76 | 463 | 123 | 25 |
| Binary | 1100001 | 1001 | 1010111 | 0 | 1011011 | 1010 | 111110 | 100110011 | 1010011 | 10101 |
Color Harmonies of #610957
Complementary color
Monochromatic Colors of #610957
Black with #610957
Text Example
Text Example
White with #610957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610957; }
p { color: rgb(97,9,87); }
H1.HeaderClassName
{
color: #610957;
}
.AnyTagClassName
{
color: #610957;
}
</style>
background-color css
<style>
a { background-color: #610957; }
a { background-color: rgb(97,9,87); }
div.DivClassName
{
background-color: #610957;
}
.BgClassName
{
background-color: #610957;
}
</style>
border-color css
<style>
span { border-color: #610957; }
span { border-color: rgb(97,9,87); }
td.TdClassName
{
border-color: #610957;
}
.TagClassName
{
border-color: #610957;
}
</style>