Shades of Purple Heart #6037D9
Tints of Purple Heart #6037D9
RGB
CMYK
RGB Variations
Color information
#6037D9 (or 0x6037D9) is known color: Purple Heart. HEX triplet: 60, 37 and D9. RGB value is (96,55,217). Sum of RGB (Red+Green+Blue) = 96+55+217=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 217 (85.16% from 255 or 58.97% from 368); Max value from RGB is 217 - color contains mainly: blue. Hex color #6037D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6037D9 is #9FC826. Grayscale: #555555. Windows color (decimal): -10471463 or 14235488. OLE color: 14235488.
HSL color Cylindrical-coordinate representation of color #6037D9: hue angle of 255.19º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6037D9 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 55 | 217 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.15 |
| HSL | 255.19º | 0.68% | 0.53% | - |
| HSV(B) | 255.19º | 0.75% | 0.85% | - |
| XYZ | 18.71 | 10.23 | 66.63 | - |
| YUV | 85.73 | 202.08 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 55 | 217 | 0.56 | 0.75 | 0 | 0.15 | 255.19 | 0.68 | 0.53 |
| Hex | 60 | 37 | D9 | 38 | 4B | 0 | F | FF | 44 | 35 |
| Octal | 140 | 67 | 331 | 70 | 113 | 0 | 17 | 377 | 104 | 65 |
| Binary | 1100000 | 110111 | 11011001 | 111000 | 1001011 | 0 | 1111 | 11111111 | 1000100 | 110101 |
Color Harmonies of #6037D9
Complementary color
Monochromatic Colors of #6037D9
Black with #6037D9
Text Example
Text Example
White with #6037D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6037D9; }
p { color: rgb(96,55,217); }
H1.HeaderClassName
{
color: #6037D9;
}
.AnyTagClassName
{
color: #6037D9;
}
</style>
background-color css
<style>
a { background-color: #6037D9; }
a { background-color: rgb(96,55,217); }
div.DivClassName
{
background-color: #6037D9;
}
.BgClassName
{
background-color: #6037D9;
}
</style>
border-color css
<style>
span { border-color: #6037D9; }
span { border-color: rgb(96,55,217); }
td.TdClassName
{
border-color: #6037D9;
}
.TagClassName
{
border-color: #6037D9;
}
</style>