Shades of Palatinate Purple #61215C
Tints of Palatinate Purple #61215C
RGB
CMYK
RGB Variations
Color information
#61215C (or 0x61215C) is known color: Palatinate Purple. HEX triplet: 61, 21 and 5C. RGB value is (97,33,92). Sum of RGB (Red+Green+Blue) = 97+33+92=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #61215C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61215C is #9EDEA3. Grayscale: #3A3A3A. Windows color (decimal): -10411684 or 6037857. OLE color: 6037857.
HSL color Cylindrical-coordinate representation of color #61215C: hue angle of 304.69º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61215C is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 33 | 92 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.62 |
| HSL | 304.69º | 0.49% | 0.25% | - |
| HSV(B) | 304.69º | 0.66% | 0.38% | - |
| XYZ | 7.41 | 4.4 | 10.58 | - |
| YUV | 58.86 | 146.7 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 33 | 92 | 0 | 0.66 | 0.05 | 0.62 | 304.69 | 0.49 | 0.25 |
| Hex | 61 | 21 | 5C | 0 | 42 | 5 | 3E | 131 | 31 | 19 |
| Octal | 141 | 41 | 134 | 0 | 102 | 5 | 76 | 461 | 61 | 31 |
| Binary | 1100001 | 100001 | 1011100 | 0 | 1000010 | 101 | 111110 | 100110001 | 110001 | 11001 |
Color Harmonies of #61215C
Complementary color
Monochromatic Colors of #61215C
Black with #61215C
Text Example
Text Example
White with #61215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61215C; }
p { color: rgb(97,33,92); }
H1.HeaderClassName
{
color: #61215C;
}
.AnyTagClassName
{
color: #61215C;
}
</style>
background-color css
<style>
a { background-color: #61215C; }
a { background-color: rgb(97,33,92); }
div.DivClassName
{
background-color: #61215C;
}
.BgClassName
{
background-color: #61215C;
}
</style>
border-color css
<style>
span { border-color: #61215C; }
span { border-color: rgb(97,33,92); }
td.TdClassName
{
border-color: #61215C;
}
.TagClassName
{
border-color: #61215C;
}
</style>