Shades of Palatinate Purple #611965
Tints of Palatinate Purple #611965
RGB
CMYK
RGB Variations
Color information
#611965 (or 0x611965) is known color: Palatinate Purple. HEX triplet: 61, 19 and 65. RGB value is (97,25,101). Sum of RGB (Red+Green+Blue) = 97+25+101=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #611965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611965 is #9EE69A. Grayscale: #363636. Windows color (decimal): -10413723 or 6625633. OLE color: 6625633.
HSL color Cylindrical-coordinate representation of color #611965: hue angle of 296.84º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #611965 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 25 | 101 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.60 |
| HSL | 296.84º | 0.6% | 0.25% | - |
| HSV(B) | 296.84º | 0.75% | 0.4% | - |
| XYZ | 7.63 | 4.18 | 12.72 | - |
| YUV | 55.19 | 153.85 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 25 | 101 | 0.04 | 0.75 | 0 | 0.60 | 296.84 | 0.6 | 0.25 |
| Hex | 61 | 19 | 65 | 4 | 4B | 0 | 3C | 129 | 3C | 19 |
| Octal | 141 | 31 | 145 | 4 | 113 | 0 | 74 | 451 | 74 | 31 |
| Binary | 1100001 | 11001 | 1100101 | 100 | 1001011 | 0 | 111100 | 100101001 | 111100 | 11001 |
Color Harmonies of #611965
Complementary color
Monochromatic Colors of #611965
Black with #611965
Text Example
Text Example
White with #611965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611965; }
p { color: rgb(97,25,101); }
H1.HeaderClassName
{
color: #611965;
}
.AnyTagClassName
{
color: #611965;
}
</style>
background-color css
<style>
a { background-color: #611965; }
a { background-color: rgb(97,25,101); }
div.DivClassName
{
background-color: #611965;
}
.BgClassName
{
background-color: #611965;
}
</style>
border-color css
<style>
span { border-color: #611965; }
span { border-color: rgb(97,25,101); }
td.TdClassName
{
border-color: #611965;
}
.TagClassName
{
border-color: #611965;
}
</style>