Shades of Palatinate Purple #61365E
Tints of Palatinate Purple #61365E
RGB
CMYK
RGB Variations
Color information
#61365E (or 0x61365E) is known color: Palatinate Purple. HEX triplet: 61, 36 and 5E. RGB value is (97,54,94). Sum of RGB (Red+Green+Blue) = 97+54+94=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #61365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61365E is #9EC9A1. Grayscale: #474747. Windows color (decimal): -10406306 or 6174305. OLE color: 6174305.
HSL color Cylindrical-coordinate representation of color #61365E: hue angle of 304.19º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61365E is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 54 | 94 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.62 |
| HSL | 304.19º | 0.28% | 0.3% | - |
| HSV(B) | 304.19º | 0.44% | 0.38% | - |
| XYZ | 8.27 | 5.99 | 11.31 | - |
| YUV | 71.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 54 | 94 | 0 | 0.44 | 0.03 | 0.62 | 304.19 | 0.28 | 0.3 |
| Hex | 61 | 36 | 5E | 0 | 2C | 3 | 3E | 130 | 1C | 1E |
| Octal | 141 | 66 | 136 | 0 | 54 | 3 | 76 | 460 | 34 | 36 |
| Binary | 1100001 | 110110 | 1011110 | 0 | 101100 | 11 | 111110 | 100110000 | 11100 | 11110 |
Color Harmonies of #61365E
Complementary color
Monochromatic Colors of #61365E
Black with #61365E
Text Example
Text Example
White with #61365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61365E; }
p { color: rgb(97,54,94); }
H1.HeaderClassName
{
color: #61365E;
}
.AnyTagClassName
{
color: #61365E;
}
</style>
background-color css
<style>
a { background-color: #61365E; }
a { background-color: rgb(97,54,94); }
div.DivClassName
{
background-color: #61365E;
}
.BgClassName
{
background-color: #61365E;
}
</style>
border-color css
<style>
span { border-color: #61365E; }
span { border-color: rgb(97,54,94); }
td.TdClassName
{
border-color: #61365E;
}
.TagClassName
{
border-color: #61365E;
}
</style>