Shades of Palatinate Purple #61345E
Tints of Palatinate Purple #61345E
RGB
CMYK
RGB Variations
Color information
#61345E (or 0x61345E) is known color: Palatinate Purple. HEX triplet: 61, 34 and 5E. RGB value is (97,52,94). Sum of RGB (Red+Green+Blue) = 97+52+94=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #61345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61345E is #9ECBA1. Grayscale: #464646. Windows color (decimal): -10406818 or 6173793. OLE color: 6173793.
HSL color Cylindrical-coordinate representation of color #61345E: hue angle of 304º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61345E is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 52 | 94 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.62 |
| HSL | 304º | 0.3% | 0.29% | - |
| HSV(B) | 304º | 0.46% | 0.38% | - |
| XYZ | 8.18 | 5.81 | 11.28 | - |
| YUV | 70.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 52 | 94 | 0 | 0.46 | 0.03 | 0.62 | 304 | 0.3 | 0.29 |
| Hex | 61 | 34 | 5E | 0 | 2E | 3 | 3E | 130 | 1E | 1D |
| Octal | 141 | 64 | 136 | 0 | 56 | 3 | 76 | 460 | 36 | 35 |
| Binary | 1100001 | 110100 | 1011110 | 0 | 101110 | 11 | 111110 | 100110000 | 11110 | 11101 |
Color Harmonies of #61345E
Complementary color
Monochromatic Colors of #61345E
Black with #61345E
Text Example
Text Example
White with #61345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61345E; }
p { color: rgb(97,52,94); }
H1.HeaderClassName
{
color: #61345E;
}
.AnyTagClassName
{
color: #61345E;
}
</style>
background-color css
<style>
a { background-color: #61345E; }
a { background-color: rgb(97,52,94); }
div.DivClassName
{
background-color: #61345E;
}
.BgClassName
{
background-color: #61345E;
}
</style>
border-color css
<style>
span { border-color: #61345E; }
span { border-color: rgb(97,52,94); }
td.TdClassName
{
border-color: #61345E;
}
.TagClassName
{
border-color: #61345E;
}
</style>