Shades of Purple Heart #6115DB
Tints of Purple Heart #6115DB
RGB
CMYK
RGB Variations
Color information
#6115DB (or 0x6115DB) is known color: Purple Heart. HEX triplet: 61, 15 and DB. RGB value is (97,21,219). Sum of RGB (Red+Green+Blue) = 97+21+219=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #6115DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6115DB is #9EEA24. Grayscale: #414141. Windows color (decimal): -10414629 or 14357857. OLE color: 14357857.
HSL color Cylindrical-coordinate representation of color #6115DB: hue angle of 263.03º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6115DB is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 21 | 219 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.14 |
| HSL | 263.03º | 0.83% | 0.47% | - |
| HSV(B) | 263.03º | 0.9% | 0.86% | - |
| XYZ | 17.98 | 8.19 | 67.65 | - |
| YUV | 66.3 | 214.18 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 21 | 219 | 0.56 | 0.90 | 0 | 0.14 | 263.03 | 0.83 | 0.47 |
| Hex | 61 | 15 | DB | 38 | 5A | 0 | E | 107 | 52 | 2F |
| Octal | 141 | 25 | 333 | 70 | 132 | 0 | 16 | 407 | 122 | 57 |
| Binary | 1100001 | 10101 | 11011011 | 111000 | 1011010 | 0 | 1110 | 100000111 | 1010010 | 101111 |
Color Harmonies of #6115DB
Complementary color
Monochromatic Colors of #6115DB
Black with #6115DB
Text Example
Text Example
White with #6115DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6115DB; }
p { color: rgb(97,21,219); }
H1.HeaderClassName
{
color: #6115DB;
}
.AnyTagClassName
{
color: #6115DB;
}
</style>
background-color css
<style>
a { background-color: #6115DB; }
a { background-color: rgb(97,21,219); }
div.DivClassName
{
background-color: #6115DB;
}
.BgClassName
{
background-color: #6115DB;
}
</style>
border-color css
<style>
span { border-color: #6115DB; }
span { border-color: rgb(97,21,219); }
td.TdClassName
{
border-color: #6115DB;
}
.TagClassName
{
border-color: #6115DB;
}
</style>