Shades of Purple Heart #6039DD
Tints of Purple Heart #6039DD
RGB
CMYK
RGB Variations
Color information
#6039DD (or 0x6039DD) is known color: Purple Heart. HEX triplet: 60, 39 and DD. RGB value is (96,57,221). Sum of RGB (Red+Green+Blue) = 96+57+221=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #6039DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6039DD is #9FC622. Grayscale: #565656. Windows color (decimal): -10470947 or 14498144. OLE color: 14498144.
HSL color Cylindrical-coordinate representation of color #6039DD: hue angle of 254.27º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6039DD is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 57 | 221 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.13 |
| HSL | 254.27º | 0.71% | 0.55% | - |
| HSV(B) | 254.27º | 0.74% | 0.87% | - |
| XYZ | 19.34 | 10.63 | 69.44 | - |
| YUV | 87.36 | 203.42 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 57 | 221 | 0.57 | 0.74 | 0 | 0.13 | 254.27 | 0.71 | 0.55 |
| Hex | 60 | 39 | DD | 39 | 4A | 0 | D | FE | 47 | 37 |
| Octal | 140 | 71 | 335 | 71 | 112 | 0 | 15 | 376 | 107 | 67 |
| Binary | 1100000 | 111001 | 11011101 | 111001 | 1001010 | 0 | 1101 | 11111110 | 1000111 | 110111 |
Color Harmonies of #6039DD
Complementary color
Monochromatic Colors of #6039DD
Black with #6039DD
Text Example
Text Example
White with #6039DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6039DD; }
p { color: rgb(96,57,221); }
H1.HeaderClassName
{
color: #6039DD;
}
.AnyTagClassName
{
color: #6039DD;
}
</style>
background-color css
<style>
a { background-color: #6039DD; }
a { background-color: rgb(96,57,221); }
div.DivClassName
{
background-color: #6039DD;
}
.BgClassName
{
background-color: #6039DD;
}
</style>
border-color css
<style>
span { border-color: #6039DD; }
span { border-color: rgb(96,57,221); }
td.TdClassName
{
border-color: #6039DD;
}
.TagClassName
{
border-color: #6039DD;
}
</style>