Shades of Palatinate Purple #61135B
Tints of Palatinate Purple #61135B
RGB
CMYK
RGB Variations
Color information
#61135B (or 0x61135B) is known color: Palatinate Purple. HEX triplet: 61, 13 and 5B. RGB value is (97,19,91). Sum of RGB (Red+Green+Blue) = 97+19+91=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #61135B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61135B is #9EECA4. Grayscale: #323232. Windows color (decimal): -10415269 or 5968737. OLE color: 5968737.
HSL color Cylindrical-coordinate representation of color #61135B: hue angle of 304.62º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61135B is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 19 | 91 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.62 |
| HSL | 304.62º | 0.67% | 0.23% | - |
| HSV(B) | 304.62º | 0.8% | 0.38% | - |
| XYZ | 7.05 | 3.76 | 10.25 | - |
| YUV | 50.53 | 150.84 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 19 | 91 | 0 | 0.80 | 0.06 | 0.62 | 304.62 | 0.67 | 0.23 |
| Hex | 61 | 13 | 5B | 0 | 50 | 6 | 3E | 131 | 43 | 17 |
| Octal | 141 | 23 | 133 | 0 | 120 | 6 | 76 | 461 | 103 | 27 |
| Binary | 1100001 | 10011 | 1011011 | 0 | 1010000 | 110 | 111110 | 100110001 | 1000011 | 10111 |
Color Harmonies of #61135B
Complementary color
Monochromatic Colors of #61135B
Black with #61135B
Text Example
Text Example
White with #61135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61135B; }
p { color: rgb(97,19,91); }
H1.HeaderClassName
{
color: #61135B;
}
.AnyTagClassName
{
color: #61135B;
}
</style>
background-color css
<style>
a { background-color: #61135B; }
a { background-color: rgb(97,19,91); }
div.DivClassName
{
background-color: #61135B;
}
.BgClassName
{
background-color: #61135B;
}
</style>
border-color css
<style>
span { border-color: #61135B; }
span { border-color: rgb(97,19,91); }
td.TdClassName
{
border-color: #61135B;
}
.TagClassName
{
border-color: #61135B;
}
</style>