Shades of Purple Heart #6011D9
Tints of Purple Heart #6011D9
RGB
CMYK
RGB Variations
Color information
#6011D9 (or 0x6011D9) is known color: Purple Heart. HEX triplet: 60, 11 and D9. RGB value is (96,17,217). Sum of RGB (Red+Green+Blue) = 96+17+217=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 217 (85.16% from 255 or 65.76% from 330); Max value from RGB is 217 - color contains mainly: blue. Hex color #6011D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6011D9 is #9FEE26. Grayscale: #3E3E3E. Windows color (decimal): -10481191 or 14225760. OLE color: 14225760.
HSL color Cylindrical-coordinate representation of color #6011D9: hue angle of 263.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6011D9 is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 17 | 217 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.15 |
| HSL | 263.7º | 0.85% | 0.46% | - |
| HSV(B) | 263.7º | 0.92% | 0.85% | - |
| XYZ | 17.55 | 7.9 | 66.25 | - |
| YUV | 63.42 | 214.67 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 217 | 0.56 | 0.92 | 0 | 0.15 | 263.7 | 0.85 | 0.46 |
| Hex | 60 | 11 | D9 | 38 | 5C | 0 | F | 108 | 55 | 2E |
| Octal | 140 | 21 | 331 | 70 | 134 | 0 | 17 | 410 | 125 | 56 |
| Binary | 1100000 | 10001 | 11011001 | 111000 | 1011100 | 0 | 1111 | 100001000 | 1010101 | 101110 |
Color Harmonies of #6011D9
Complementary color
Monochromatic Colors of #6011D9
Black with #6011D9
Text Example
Text Example
White with #6011D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6011D9; }
p { color: rgb(96,17,217); }
H1.HeaderClassName
{
color: #6011D9;
}
.AnyTagClassName
{
color: #6011D9;
}
</style>
background-color css
<style>
a { background-color: #6011D9; }
a { background-color: rgb(96,17,217); }
div.DivClassName
{
background-color: #6011D9;
}
.BgClassName
{
background-color: #6011D9;
}
</style>
border-color css
<style>
span { border-color: #6011D9; }
span { border-color: rgb(96,17,217); }
td.TdClassName
{
border-color: #6011D9;
}
.TagClassName
{
border-color: #6011D9;
}
</style>