Shades of Palatinate Purple #611B4F
Tints of Palatinate Purple #611B4F
RGB
CMYK
RGB Variations
Color information
#611B4F (or 0x611B4F) is known color: Palatinate Purple. HEX triplet: 61, 1B and 4F. RGB value is (97,27,79). Sum of RGB (Red+Green+Blue) = 97+27+79=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #611B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611B4F is #9EE4B0. Grayscale: #353535. Windows color (decimal): -10413233 or 5184353. OLE color: 5184353.
HSL color Cylindrical-coordinate representation of color #611B4F: hue angle of 315.43º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #611B4F is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 27 | 79 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.62 |
| HSL | 315.43º | 0.56% | 0.24% | - |
| HSV(B) | 315.43º | 0.72% | 0.38% | - |
| XYZ | 6.73 | 3.89 | 7.79 | - |
| YUV | 53.86 | 142.19 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 27 | 79 | 0 | 0.72 | 0.19 | 0.62 | 315.43 | 0.56 | 0.24 |
| Hex | 61 | 1B | 4F | 0 | 48 | 13 | 3E | 13B | 38 | 18 |
| Octal | 141 | 33 | 117 | 0 | 110 | 23 | 76 | 473 | 70 | 30 |
| Binary | 1100001 | 11011 | 1001111 | 0 | 1001000 | 10011 | 111110 | 100111011 | 111000 | 11000 |
Color Harmonies of #611B4F
Complementary color
Monochromatic Colors of #611B4F
Black with #611B4F
Text Example
Text Example
White with #611B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611B4F; }
p { color: rgb(97,27,79); }
H1.HeaderClassName
{
color: #611B4F;
}
.AnyTagClassName
{
color: #611B4F;
}
</style>
background-color css
<style>
a { background-color: #611B4F; }
a { background-color: rgb(97,27,79); }
div.DivClassName
{
background-color: #611B4F;
}
.BgClassName
{
background-color: #611B4F;
}
</style>
border-color css
<style>
span { border-color: #611B4F; }
span { border-color: rgb(97,27,79); }
td.TdClassName
{
border-color: #611B4F;
}
.TagClassName
{
border-color: #611B4F;
}
</style>