Shades of Palatinate Purple #61005D
Tints of Palatinate Purple #61005D
RGB
CMYK
RGB Variations
Color information
#61005D (or 0x61005D) is known color: Palatinate Purple. HEX triplet: 61, 00 and 5D. RGB value is (97,0,93). Sum of RGB (Red+Green+Blue) = 97+0+93=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #61005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61005D is #9EFFA2. Grayscale: #272727. Windows color (decimal): -10420131 or 6094945. OLE color: 6094945.
HSL color Cylindrical-coordinate representation of color #61005D: hue angle of 302.47º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61005D is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.04 | 0.62 |
| HSL | 302.47º | 1% | 0.19% | - |
| HSV(B) | 302.47º | 1% | 0.38% | - |
| XYZ | 6.91 | 3.33 | 10.64 | - |
| YUV | 39.61 | 158.14 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 93 | 0 | 1 | 0.04 | 0.62 | 302.47 | 1 | 0.19 |
| Hex | 61 | 0 | 5D | 0 | 64 | 4 | 3E | 12E | 64 | 13 |
| Octal | 141 | 0 | 135 | 0 | 144 | 4 | 76 | 456 | 144 | 23 |
| Binary | 1100001 | 0 | 1011101 | 0 | 1100100 | 100 | 111110 | 100101110 | 1100100 | 10011 |
Color Harmonies of #61005D
Complementary color
Monochromatic Colors of #61005D
Black with #61005D
Text Example
Text Example
White with #61005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61005D; }
p { color: rgb(97,0,93); }
H1.HeaderClassName
{
color: #61005D;
}
.AnyTagClassName
{
color: #61005D;
}
</style>
background-color css
<style>
a { background-color: #61005D; }
a { background-color: rgb(97,0,93); }
div.DivClassName
{
background-color: #61005D;
}
.BgClassName
{
background-color: #61005D;
}
</style>
border-color css
<style>
span { border-color: #61005D; }
span { border-color: rgb(97,0,93); }
td.TdClassName
{
border-color: #61005D;
}
.TagClassName
{
border-color: #61005D;
}
</style>