Shades of Purple Heart #6119DA
Tints of Purple Heart #6119DA
RGB
CMYK
RGB Variations
Color information
#6119DA (or 0x6119DA) is known color: Purple Heart. HEX triplet: 61, 19 and DA. RGB value is (97,25,218). Sum of RGB (Red+Green+Blue) = 97+25+218=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 218 (85.55% from 255 or 64.12% from 340); Max value from RGB is 218 - color contains mainly: blue. Hex color #6119DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6119DA is #9EE625. Grayscale: #434343. Windows color (decimal): -10413606 or 14293345. OLE color: 14293345.
HSL color Cylindrical-coordinate representation of color #6119DA: hue angle of 262.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6119DA is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 25 | 218 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.15 |
| HSL | 262.38º | 0.79% | 0.48% | - |
| HSV(B) | 262.38º | 0.89% | 0.85% | - |
| XYZ | 17.93 | 8.3 | 66.99 | - |
| YUV | 68.53 | 212.35 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 25 | 218 | 0.56 | 0.89 | 0 | 0.15 | 262.38 | 0.79 | 0.48 |
| Hex | 61 | 19 | DA | 38 | 59 | 0 | F | 106 | 4F | 30 |
| Octal | 141 | 31 | 332 | 70 | 131 | 0 | 17 | 406 | 117 | 60 |
| Binary | 1100001 | 11001 | 11011010 | 111000 | 1011001 | 0 | 1111 | 100000110 | 1001111 | 110000 |
Color Harmonies of #6119DA
Complementary color
Monochromatic Colors of #6119DA
Black with #6119DA
Text Example
Text Example
White with #6119DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6119DA; }
p { color: rgb(97,25,218); }
H1.HeaderClassName
{
color: #6119DA;
}
.AnyTagClassName
{
color: #6119DA;
}
</style>
background-color css
<style>
a { background-color: #6119DA; }
a { background-color: rgb(97,25,218); }
div.DivClassName
{
background-color: #6119DA;
}
.BgClassName
{
background-color: #6119DA;
}
</style>
border-color css
<style>
span { border-color: #6119DA; }
span { border-color: rgb(97,25,218); }
td.TdClassName
{
border-color: #6119DA;
}
.TagClassName
{
border-color: #6119DA;
}
</style>