Shades of Palatinate Purple #611E5C
Tints of Palatinate Purple #611E5C
RGB
CMYK
RGB Variations
Color information
#611E5C (or 0x611E5C) is known color: Palatinate Purple. HEX triplet: 61, 1E and 5C. RGB value is (97,30,92). Sum of RGB (Red+Green+Blue) = 97+30+92=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #611E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611E5C is #9EE1A3. Grayscale: #383838. Windows color (decimal): -10412452 or 6037089. OLE color: 6037089.
HSL color Cylindrical-coordinate representation of color #611E5C: hue angle of 304.48º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #611E5C is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 30 | 92 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.62 |
| HSL | 304.48º | 0.53% | 0.25% | - |
| HSV(B) | 304.48º | 0.69% | 0.38% | - |
| XYZ | 7.33 | 4.24 | 10.56 | - |
| YUV | 57.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 30 | 92 | 0 | 0.69 | 0.05 | 0.62 | 304.48 | 0.53 | 0.25 |
| Hex | 61 | 1E | 5C | 0 | 45 | 5 | 3E | 130 | 35 | 19 |
| Octal | 141 | 36 | 134 | 0 | 105 | 5 | 76 | 460 | 65 | 31 |
| Binary | 1100001 | 11110 | 1011100 | 0 | 1000101 | 101 | 111110 | 100110000 | 110101 | 11001 |
Color Harmonies of #611E5C
Complementary color
Monochromatic Colors of #611E5C
Black with #611E5C
Text Example
Text Example
White with #611E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611E5C; }
p { color: rgb(97,30,92); }
H1.HeaderClassName
{
color: #611E5C;
}
.AnyTagClassName
{
color: #611E5C;
}
</style>
background-color css
<style>
a { background-color: #611E5C; }
a { background-color: rgb(97,30,92); }
div.DivClassName
{
background-color: #611E5C;
}
.BgClassName
{
background-color: #611E5C;
}
</style>
border-color css
<style>
span { border-color: #611E5C; }
span { border-color: rgb(97,30,92); }
td.TdClassName
{
border-color: #611E5C;
}
.TagClassName
{
border-color: #611E5C;
}
</style>