Shades of Palatinate Purple #61345A
Tints of Palatinate Purple #61345A
RGB
CMYK
RGB Variations
Color information
#61345A (or 0x61345A) is known color: Palatinate Purple. HEX triplet: 61, 34 and 5A. RGB value is (97,52,90). Sum of RGB (Red+Green+Blue) = 97+52+90=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #61345A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61345A is #9ECBA5. Grayscale: #454545. Windows color (decimal): -10406822 or 5911649. OLE color: 5911649.
HSL color Cylindrical-coordinate representation of color #61345A: hue angle of 309.33º 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 #61345A is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 52 | 90 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.62 |
| HSL | 309.33º | 0.3% | 0.29% | - |
| HSV(B) | 309.33º | 0.46% | 0.38% | - |
| XYZ | 8 | 5.74 | 10.36 | - |
| YUV | 69.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 52 | 90 | 0 | 0.46 | 0.07 | 0.62 | 309.33 | 0.3 | 0.29 |
| Hex | 61 | 34 | 5A | 0 | 2E | 7 | 3E | 135 | 1E | 1D |
| Octal | 141 | 64 | 132 | 0 | 56 | 7 | 76 | 465 | 36 | 35 |
| Binary | 1100001 | 110100 | 1011010 | 0 | 101110 | 111 | 111110 | 100110101 | 11110 | 11101 |
Color Harmonies of #61345A
Complementary color
Monochromatic Colors of #61345A
Black with #61345A
Text Example
Text Example
White with #61345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61345A; }
p { color: rgb(97,52,90); }
H1.HeaderClassName
{
color: #61345A;
}
.AnyTagClassName
{
color: #61345A;
}
</style>
background-color css
<style>
a { background-color: #61345A; }
a { background-color: rgb(97,52,90); }
div.DivClassName
{
background-color: #61345A;
}
.BgClassName
{
background-color: #61345A;
}
</style>
border-color css
<style>
span { border-color: #61345A; }
span { border-color: rgb(97,52,90); }
td.TdClassName
{
border-color: #61345A;
}
.TagClassName
{
border-color: #61345A;
}
</style>