Shades of Palatinate Purple #61195A
Tints of Palatinate Purple #61195A
RGB
CMYK
RGB Variations
Color information
#61195A (or 0x61195A) is known color: Palatinate Purple. HEX triplet: 61, 19 and 5A. RGB value is (97,25,90). Sum of RGB (Red+Green+Blue) = 97+25+90=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #61195A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61195A is #9EE6A5. Grayscale: #353535. Windows color (decimal): -10413734 or 5904737. OLE color: 5904737.
HSL color Cylindrical-coordinate representation of color #61195A: hue angle of 305.83º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61195A is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 25 | 90 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.62 |
| HSL | 305.83º | 0.59% | 0.24% | - |
| HSV(B) | 305.83º | 0.74% | 0.38% | - |
| XYZ | 7.12 | 3.97 | 10.06 | - |
| YUV | 53.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 25 | 90 | 0 | 0.74 | 0.07 | 0.62 | 305.83 | 0.59 | 0.24 |
| Hex | 61 | 19 | 5A | 0 | 4A | 7 | 3E | 132 | 3B | 18 |
| Octal | 141 | 31 | 132 | 0 | 112 | 7 | 76 | 462 | 73 | 30 |
| Binary | 1100001 | 11001 | 1011010 | 0 | 1001010 | 111 | 111110 | 100110010 | 111011 | 11000 |
Color Harmonies of #61195A
Complementary color
Monochromatic Colors of #61195A
Black with #61195A
Text Example
Text Example
White with #61195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61195A; }
p { color: rgb(97,25,90); }
H1.HeaderClassName
{
color: #61195A;
}
.AnyTagClassName
{
color: #61195A;
}
</style>
background-color css
<style>
a { background-color: #61195A; }
a { background-color: rgb(97,25,90); }
div.DivClassName
{
background-color: #61195A;
}
.BgClassName
{
background-color: #61195A;
}
</style>
border-color css
<style>
span { border-color: #61195A; }
span { border-color: rgb(97,25,90); }
td.TdClassName
{
border-color: #61195A;
}
.TagClassName
{
border-color: #61195A;
}
</style>