Shades of Palatinate Purple #611C5D
Tints of Palatinate Purple #611C5D
RGB
CMYK
RGB Variations
Color information
#611C5D (or 0x611C5D) is known color: Palatinate Purple. HEX triplet: 61, 1C and 5D. RGB value is (97,28,93). Sum of RGB (Red+Green+Blue) = 97+28+93=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #611C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611C5D is #9EE3A2. Grayscale: #373737. Windows color (decimal): -10412963 or 6102113. OLE color: 6102113.
HSL color Cylindrical-coordinate representation of color #611C5D: hue angle of 303.48º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #611C5D is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 28 | 93 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.62 |
| HSL | 303.48º | 0.55% | 0.25% | - |
| HSV(B) | 303.48º | 0.71% | 0.38% | - |
| XYZ | 7.32 | 4.16 | 10.77 | - |
| YUV | 56.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 28 | 93 | 0 | 0.71 | 0.04 | 0.62 | 303.48 | 0.55 | 0.25 |
| Hex | 61 | 1C | 5D | 0 | 47 | 4 | 3E | 12F | 37 | 19 |
| Octal | 141 | 34 | 135 | 0 | 107 | 4 | 76 | 457 | 67 | 31 |
| Binary | 1100001 | 11100 | 1011101 | 0 | 1000111 | 100 | 111110 | 100101111 | 110111 | 11001 |
Color Harmonies of #611C5D
Complementary color
Monochromatic Colors of #611C5D
Black with #611C5D
Text Example
Text Example
White with #611C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611C5D; }
p { color: rgb(97,28,93); }
H1.HeaderClassName
{
color: #611C5D;
}
.AnyTagClassName
{
color: #611C5D;
}
</style>
background-color css
<style>
a { background-color: #611C5D; }
a { background-color: rgb(97,28,93); }
div.DivClassName
{
background-color: #611C5D;
}
.BgClassName
{
background-color: #611C5D;
}
</style>
border-color css
<style>
span { border-color: #611C5D; }
span { border-color: rgb(97,28,93); }
td.TdClassName
{
border-color: #611C5D;
}
.TagClassName
{
border-color: #611C5D;
}
</style>