Shades of Palatinate Purple #61205D
Tints of Palatinate Purple #61205D
RGB
CMYK
RGB Variations
Color information
#61205D (or 0x61205D) is known color: Palatinate Purple. HEX triplet: 61, 20 and 5D. RGB value is (97,32,93). Sum of RGB (Red+Green+Blue) = 97+32+93=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #61205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61205D is #9EDFA2. Grayscale: #3A3A3A. Windows color (decimal): -10411939 or 6103137. OLE color: 6103137.
HSL color Cylindrical-coordinate representation of color #61205D: hue angle of 303.69º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #61205D is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 32 | 93 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.62 |
| HSL | 303.69º | 0.5% | 0.25% | - |
| HSV(B) | 303.69º | 0.67% | 0.38% | - |
| XYZ | 7.42 | 4.36 | 10.81 | - |
| YUV | 58.39 | 147.53 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 32 | 93 | 0 | 0.67 | 0.04 | 0.62 | 303.69 | 0.5 | 0.25 |
| Hex | 61 | 20 | 5D | 0 | 43 | 4 | 3E | 130 | 32 | 19 |
| Octal | 141 | 40 | 135 | 0 | 103 | 4 | 76 | 460 | 62 | 31 |
| Binary | 1100001 | 100000 | 1011101 | 0 | 1000011 | 100 | 111110 | 100110000 | 110010 | 11001 |
Color Harmonies of #61205D
Complementary color
Monochromatic Colors of #61205D
Black with #61205D
Text Example
Text Example
White with #61205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61205D; }
p { color: rgb(97,32,93); }
H1.HeaderClassName
{
color: #61205D;
}
.AnyTagClassName
{
color: #61205D;
}
</style>
background-color css
<style>
a { background-color: #61205D; }
a { background-color: rgb(97,32,93); }
div.DivClassName
{
background-color: #61205D;
}
.BgClassName
{
background-color: #61205D;
}
</style>
border-color css
<style>
span { border-color: #61205D; }
span { border-color: rgb(97,32,93); }
td.TdClassName
{
border-color: #61205D;
}
.TagClassName
{
border-color: #61205D;
}
</style>