Shades of Purple Heart #611ADB
Tints of Purple Heart #611ADB
RGB
CMYK
RGB Variations
Color information
#611ADB (or 0x611ADB) is known color: Purple Heart. HEX triplet: 61, 1A and DB. RGB value is (97,26,219). Sum of RGB (Red+Green+Blue) = 97+26+219=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #611ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611ADB is #9EE524. Grayscale: #444444. Windows color (decimal): -10413349 or 14359137. OLE color: 14359137.
HSL color Cylindrical-coordinate representation of color #611ADB: hue angle of 262.07º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #611ADB is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 26 | 219 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.14 |
| HSL | 262.07º | 0.79% | 0.48% | - |
| HSV(B) | 262.07º | 0.88% | 0.86% | - |
| XYZ | 18.09 | 8.39 | 67.68 | - |
| YUV | 69.23 | 212.52 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 26 | 219 | 0.56 | 0.88 | 0 | 0.14 | 262.07 | 0.79 | 0.48 |
| Hex | 61 | 1A | DB | 38 | 58 | 0 | E | 106 | 4F | 30 |
| Octal | 141 | 32 | 333 | 70 | 130 | 0 | 16 | 406 | 117 | 60 |
| Binary | 1100001 | 11010 | 11011011 | 111000 | 1011000 | 0 | 1110 | 100000110 | 1001111 | 110000 |
Color Harmonies of #611ADB
Complementary color
Monochromatic Colors of #611ADB
Black with #611ADB
Text Example
Text Example
White with #611ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611ADB; }
p { color: rgb(97,26,219); }
H1.HeaderClassName
{
color: #611ADB;
}
.AnyTagClassName
{
color: #611ADB;
}
</style>
background-color css
<style>
a { background-color: #611ADB; }
a { background-color: rgb(97,26,219); }
div.DivClassName
{
background-color: #611ADB;
}
.BgClassName
{
background-color: #611ADB;
}
</style>
border-color css
<style>
span { border-color: #611ADB; }
span { border-color: rgb(97,26,219); }
td.TdClassName
{
border-color: #611ADB;
}
.TagClassName
{
border-color: #611ADB;
}
</style>