Shades of Palatinate Purple #611C5A
Tints of Palatinate Purple #611C5A
RGB
CMYK
RGB Variations
Color information
#611C5A (or 0x611C5A) is known color: Palatinate Purple. HEX triplet: 61, 1C and 5A. RGB value is (97,28,90). Sum of RGB (Red+Green+Blue) = 97+28+90=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #611C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611C5A is #9EE3A5. Grayscale: #373737. Windows color (decimal): -10412966 or 5905505. OLE color: 5905505.
HSL color Cylindrical-coordinate representation of color #611C5A: hue angle of 306.09º 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 #611C5A is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 28 | 90 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.62 |
| HSL | 306.09º | 0.55% | 0.25% | - |
| HSV(B) | 306.09º | 0.71% | 0.38% | - |
| XYZ | 7.19 | 4.11 | 10.09 | - |
| YUV | 55.7 | 147.36 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 28 | 90 | 0 | 0.71 | 0.07 | 0.62 | 306.09 | 0.55 | 0.25 |
| Hex | 61 | 1C | 5A | 0 | 47 | 7 | 3E | 132 | 37 | 19 |
| Octal | 141 | 34 | 132 | 0 | 107 | 7 | 76 | 462 | 67 | 31 |
| Binary | 1100001 | 11100 | 1011010 | 0 | 1000111 | 111 | 111110 | 100110010 | 110111 | 11001 |
Color Harmonies of #611C5A
Complementary color
Monochromatic Colors of #611C5A
Black with #611C5A
Text Example
Text Example
White with #611C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611C5A; }
p { color: rgb(97,28,90); }
H1.HeaderClassName
{
color: #611C5A;
}
.AnyTagClassName
{
color: #611C5A;
}
</style>
background-color css
<style>
a { background-color: #611C5A; }
a { background-color: rgb(97,28,90); }
div.DivClassName
{
background-color: #611C5A;
}
.BgClassName
{
background-color: #611C5A;
}
</style>
border-color css
<style>
span { border-color: #611C5A; }
span { border-color: rgb(97,28,90); }
td.TdClassName
{
border-color: #611C5A;
}
.TagClassName
{
border-color: #611C5A;
}
</style>