Shades of Palatinate Purple #61305E
Tints of Palatinate Purple #61305E
RGB
CMYK
RGB Variations
Color information
#61305E (or 0x61305E) is known color: Palatinate Purple. HEX triplet: 61, 30 and 5E. RGB value is (97,48,94). Sum of RGB (Red+Green+Blue) = 97+48+94=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #61305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61305E is #9ECFA1. Grayscale: #434343. Windows color (decimal): -10407842 or 6172769. OLE color: 6172769.
HSL color Cylindrical-coordinate representation of color #61305E: hue angle of 303.67º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61305E is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 48 | 94 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.62 |
| HSL | 303.67º | 0.34% | 0.28% | - |
| HSV(B) | 303.67º | 0.51% | 0.38% | - |
| XYZ | 8.01 | 5.46 | 11.22 | - |
| YUV | 67.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 48 | 94 | 0 | 0.51 | 0.03 | 0.62 | 303.67 | 0.34 | 0.28 |
| Hex | 61 | 30 | 5E | 0 | 33 | 3 | 3E | 130 | 22 | 1C |
| Octal | 141 | 60 | 136 | 0 | 63 | 3 | 76 | 460 | 42 | 34 |
| Binary | 1100001 | 110000 | 1011110 | 0 | 110011 | 11 | 111110 | 100110000 | 100010 | 11100 |
Color Harmonies of #61305E
Complementary color
Monochromatic Colors of #61305E
Black with #61305E
Text Example
Text Example
White with #61305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61305E; }
p { color: rgb(97,48,94); }
H1.HeaderClassName
{
color: #61305E;
}
.AnyTagClassName
{
color: #61305E;
}
</style>
background-color css
<style>
a { background-color: #61305E; }
a { background-color: rgb(97,48,94); }
div.DivClassName
{
background-color: #61305E;
}
.BgClassName
{
background-color: #61305E;
}
</style>
border-color css
<style>
span { border-color: #61305E; }
span { border-color: rgb(97,48,94); }
td.TdClassName
{
border-color: #61305E;
}
.TagClassName
{
border-color: #61305E;
}
</style>