Shades of Purple Heart #6039BA
Tints of Purple Heart #6039BA
RGB
CMYK
RGB Variations
Color information
#6039BA (or 0x6039BA) is known color: Purple Heart. HEX triplet: 60, 39 and BA. RGB value is (96,57,186). Sum of RGB (Red+Green+Blue) = 96+57+186=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #6039BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6039BA is #9FC645. Grayscale: #525252. Windows color (decimal): -10470982 or 12204384. OLE color: 12204384.
HSL color Cylindrical-coordinate representation of color #6039BA: hue angle of 258.14º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6039BA is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 57 | 186 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.27 |
| HSL | 258.14º | 0.53% | 0.48% | - |
| HSV(B) | 258.14º | 0.69% | 0.73% | - |
| XYZ | 15.15 | 8.96 | 47.39 | - |
| YUV | 83.37 | 185.92 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 57 | 186 | 0.48 | 0.69 | 0 | 0.27 | 258.14 | 0.53 | 0.48 |
| Hex | 60 | 39 | BA | 30 | 45 | 0 | 1B | 102 | 35 | 30 |
| Octal | 140 | 71 | 272 | 60 | 105 | 0 | 33 | 402 | 65 | 60 |
| Binary | 1100000 | 111001 | 10111010 | 110000 | 1000101 | 0 | 11011 | 100000010 | 110101 | 110000 |
Color Harmonies of #6039BA
Complementary color
Monochromatic Colors of #6039BA
Black with #6039BA
Text Example
Text Example
White with #6039BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6039BA; }
p { color: rgb(96,57,186); }
H1.HeaderClassName
{
color: #6039BA;
}
.AnyTagClassName
{
color: #6039BA;
}
</style>
background-color css
<style>
a { background-color: #6039BA; }
a { background-color: rgb(96,57,186); }
div.DivClassName
{
background-color: #6039BA;
}
.BgClassName
{
background-color: #6039BA;
}
</style>
border-color css
<style>
span { border-color: #6039BA; }
span { border-color: rgb(96,57,186); }
td.TdClassName
{
border-color: #6039BA;
}
.TagClassName
{
border-color: #6039BA;
}
</style>