Shades of Palatinate Purple #61355D
Tints of Palatinate Purple #61355D
RGB
CMYK
RGB Variations
Color information
#61355D (or 0x61355D) is known color: Palatinate Purple. HEX triplet: 61, 35 and 5D. RGB value is (97,53,93). Sum of RGB (Red+Green+Blue) = 97+53+93=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #61355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61355D is #9ECAA2. Grayscale: #464646. Windows color (decimal): -10406563 or 6108513. OLE color: 6108513.
HSL color Cylindrical-coordinate representation of color #61355D: hue angle of 305.45º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61355D is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 53 | 93 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.62 |
| HSL | 305.45º | 0.29% | 0.29% | - |
| HSV(B) | 305.45º | 0.45% | 0.38% | - |
| XYZ | 8.18 | 5.88 | 11.06 | - |
| YUV | 70.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 53 | 93 | 0 | 0.45 | 0.04 | 0.62 | 305.45 | 0.29 | 0.29 |
| Hex | 61 | 35 | 5D | 0 | 2D | 4 | 3E | 131 | 1D | 1D |
| Octal | 141 | 65 | 135 | 0 | 55 | 4 | 76 | 461 | 35 | 35 |
| Binary | 1100001 | 110101 | 1011101 | 0 | 101101 | 100 | 111110 | 100110001 | 11101 | 11101 |
Color Harmonies of #61355D
Complementary color
Monochromatic Colors of #61355D
Black with #61355D
Text Example
Text Example
White with #61355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61355D; }
p { color: rgb(97,53,93); }
H1.HeaderClassName
{
color: #61355D;
}
.AnyTagClassName
{
color: #61355D;
}
</style>
background-color css
<style>
a { background-color: #61355D; }
a { background-color: rgb(97,53,93); }
div.DivClassName
{
background-color: #61355D;
}
.BgClassName
{
background-color: #61355D;
}
</style>
border-color css
<style>
span { border-color: #61355D; }
span { border-color: rgb(97,53,93); }
td.TdClassName
{
border-color: #61355D;
}
.TagClassName
{
border-color: #61355D;
}
</style>