Shades of Palatinate Purple #61124F
Tints of Palatinate Purple #61124F
RGB
CMYK
RGB Variations
Color information
#61124F (or 0x61124F) is known color: Palatinate Purple. HEX triplet: 61, 12 and 4F. RGB value is (97,18,79). Sum of RGB (Red+Green+Blue) = 97+18+79=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #61124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61124F is #9EEDB0. Grayscale: #303030. Windows color (decimal): -10415537 or 5182049. OLE color: 5182049.
HSL color Cylindrical-coordinate representation of color #61124F: hue angle of 313.67º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #61124F is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 18 | 79 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.62 |
| HSL | 313.67º | 0.69% | 0.23% | - |
| HSV(B) | 313.67º | 0.81% | 0.38% | - |
| XYZ | 6.56 | 3.54 | 7.73 | - |
| YUV | 48.58 | 145.17 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 18 | 79 | 0 | 0.81 | 0.19 | 0.62 | 313.67 | 0.69 | 0.23 |
| Hex | 61 | 12 | 4F | 0 | 51 | 13 | 3E | 13A | 45 | 17 |
| Octal | 141 | 22 | 117 | 0 | 121 | 23 | 76 | 472 | 105 | 27 |
| Binary | 1100001 | 10010 | 1001111 | 0 | 1010001 | 10011 | 111110 | 100111010 | 1000101 | 10111 |
Color Harmonies of #61124F
Complementary color
Monochromatic Colors of #61124F
Black with #61124F
Text Example
Text Example
White with #61124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61124F; }
p { color: rgb(97,18,79); }
H1.HeaderClassName
{
color: #61124F;
}
.AnyTagClassName
{
color: #61124F;
}
</style>
background-color css
<style>
a { background-color: #61124F; }
a { background-color: rgb(97,18,79); }
div.DivClassName
{
background-color: #61124F;
}
.BgClassName
{
background-color: #61124F;
}
</style>
border-color css
<style>
span { border-color: #61124F; }
span { border-color: rgb(97,18,79); }
td.TdClassName
{
border-color: #61124F;
}
.TagClassName
{
border-color: #61124F;
}
</style>