Shades of Palatinate Purple #611C61
Tints of Palatinate Purple #611C61
RGB
CMYK
RGB Variations
Color information
#611C61 (or 0x611C61) is known color: Palatinate Purple. HEX triplet: 61, 1C and 61. RGB value is (97,28,97). Sum of RGB (Red+Green+Blue) = 97+28+97=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #611C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611C61 is #9EE39E. Grayscale: #383838. Windows color (decimal): -10412959 or 6364257. OLE color: 6364257.
HSL color Cylindrical-coordinate representation of color #611C61: hue angle of 300º 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 #611C61 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 28 | 97 | - |
| CMYK | 0 | 0.71 | 0 | 0.62 |
| HSL | 300º | 0.55% | 0.25% | - |
| HSV(B) | 300º | 0.71% | 0.38% | - |
| XYZ | 7.5 | 4.23 | 11.73 | - |
| YUV | 56.5 | 150.86 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 28 | 97 | 0 | 0.71 | 0 | 0.62 | 300 | 0.55 | 0.25 |
| Hex | 61 | 1C | 61 | 0 | 47 | 0 | 3E | 12C | 37 | 19 |
| Octal | 141 | 34 | 141 | 0 | 107 | 0 | 76 | 454 | 67 | 31 |
| Binary | 1100001 | 11100 | 1100001 | 0 | 1000111 | 0 | 111110 | 100101100 | 110111 | 11001 |
Color Harmonies of #611C61
Complementary color
Monochromatic Colors of #611C61
Black with #611C61
Text Example
Text Example
White with #611C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611C61; }
p { color: rgb(97,28,97); }
H1.HeaderClassName
{
color: #611C61;
}
.AnyTagClassName
{
color: #611C61;
}
</style>
background-color css
<style>
a { background-color: #611C61; }
a { background-color: rgb(97,28,97); }
div.DivClassName
{
background-color: #611C61;
}
.BgClassName
{
background-color: #611C61;
}
</style>
border-color css
<style>
span { border-color: #611C61; }
span { border-color: rgb(97,28,97); }
td.TdClassName
{
border-color: #611C61;
}
.TagClassName
{
border-color: #611C61;
}
</style>