Shades of Palatinate Purple #61115A
Tints of Palatinate Purple #61115A
RGB
CMYK
RGB Variations
Color information
#61115A (or 0x61115A) is known color: Palatinate Purple. HEX triplet: 61, 11 and 5A. RGB value is (97,17,90). Sum of RGB (Red+Green+Blue) = 97+17+90=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #61115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61115A is #9EEEA5. Grayscale: #313131. Windows color (decimal): -10415782 or 5902689. OLE color: 5902689.
HSL color Cylindrical-coordinate representation of color #61115A: hue angle of 305.25º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #61115A is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 17 | 90 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.62 |
| HSL | 305.25º | 0.7% | 0.22% | - |
| HSV(B) | 305.25º | 0.82% | 0.38% | - |
| XYZ | 6.98 | 3.68 | 10.02 | - |
| YUV | 49.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 17 | 90 | 0 | 0.82 | 0.07 | 0.62 | 305.25 | 0.7 | 0.22 |
| Hex | 61 | 11 | 5A | 0 | 52 | 7 | 3E | 131 | 46 | 16 |
| Octal | 141 | 21 | 132 | 0 | 122 | 7 | 76 | 461 | 106 | 26 |
| Binary | 1100001 | 10001 | 1011010 | 0 | 1010010 | 111 | 111110 | 100110001 | 1000110 | 10110 |
Color Harmonies of #61115A
Complementary color
Monochromatic Colors of #61115A
Black with #61115A
Text Example
Text Example
White with #61115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61115A; }
p { color: rgb(97,17,90); }
H1.HeaderClassName
{
color: #61115A;
}
.AnyTagClassName
{
color: #61115A;
}
</style>
background-color css
<style>
a { background-color: #61115A; }
a { background-color: rgb(97,17,90); }
div.DivClassName
{
background-color: #61115A;
}
.BgClassName
{
background-color: #61115A;
}
</style>
border-color css
<style>
span { border-color: #61115A; }
span { border-color: rgb(97,17,90); }
td.TdClassName
{
border-color: #61115A;
}
.TagClassName
{
border-color: #61115A;
}
</style>