Shades of Palatinate Purple #61055E
Tints of Palatinate Purple #61055E
RGB
CMYK
RGB Variations
Color information
#61055E (or 0x61055E) is known color: Palatinate Purple. HEX triplet: 61, 05 and 5E. RGB value is (97,5,94). Sum of RGB (Red+Green+Blue) = 97+5+94=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #61055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61055E is #9EFAA1. Grayscale: #2A2A2A. Windows color (decimal): -10418850 or 6161761. OLE color: 6161761.
HSL color Cylindrical-coordinate representation of color #61055E: hue angle of 301.96º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #61055E is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 5 | 94 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.62 |
| HSL | 301.96º | 0.9% | 0.2% | - |
| HSV(B) | 301.96º | 0.95% | 0.38% | - |
| XYZ | 7 | 3.46 | 10.89 | - |
| YUV | 42.65 | 156.98 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 5 | 94 | 0 | 0.95 | 0.03 | 0.62 | 301.96 | 0.9 | 0.2 |
| Hex | 61 | 5 | 5E | 0 | 5F | 3 | 3E | 12E | 5A | 14 |
| Octal | 141 | 5 | 136 | 0 | 137 | 3 | 76 | 456 | 132 | 24 |
| Binary | 1100001 | 101 | 1011110 | 0 | 1011111 | 11 | 111110 | 100101110 | 1011010 | 10100 |
Color Harmonies of #61055E
Complementary color
Monochromatic Colors of #61055E
Black with #61055E
Text Example
Text Example
White with #61055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61055E; }
p { color: rgb(97,5,94); }
H1.HeaderClassName
{
color: #61055E;
}
.AnyTagClassName
{
color: #61055E;
}
</style>
background-color css
<style>
a { background-color: #61055E; }
a { background-color: rgb(97,5,94); }
div.DivClassName
{
background-color: #61055E;
}
.BgClassName
{
background-color: #61055E;
}
</style>
border-color css
<style>
span { border-color: #61055E; }
span { border-color: rgb(97,5,94); }
td.TdClassName
{
border-color: #61055E;
}
.TagClassName
{
border-color: #61055E;
}
</style>