Shades of Purple Heart #6039BB
Tints of Purple Heart #6039BB
RGB
CMYK
RGB Variations
Color information
#6039BB (or 0x6039BB) is known color: Purple Heart. HEX triplet: 60, 39 and BB. RGB value is (96,57,187). Sum of RGB (Red+Green+Blue) = 96+57+187=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #6039BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6039BB is #9FC644. Grayscale: #535353. Windows color (decimal): -10470981 or 12269920. OLE color: 12269920.
HSL color Cylindrical-coordinate representation of color #6039BB: hue angle of 258º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6039BB is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 57 | 187 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.27 |
| HSL | 258º | 0.53% | 0.48% | - |
| HSV(B) | 258º | 0.7% | 0.73% | - |
| XYZ | 15.26 | 9 | 47.95 | - |
| YUV | 83.48 | 186.42 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 57 | 187 | 0.49 | 0.70 | 0 | 0.27 | 258 | 0.53 | 0.48 |
| Hex | 60 | 39 | BB | 31 | 46 | 0 | 1B | 102 | 35 | 30 |
| Octal | 140 | 71 | 273 | 61 | 106 | 0 | 33 | 402 | 65 | 60 |
| Binary | 1100000 | 111001 | 10111011 | 110001 | 1000110 | 0 | 11011 | 100000010 | 110101 | 110000 |
Color Harmonies of #6039BB
Complementary color
Monochromatic Colors of #6039BB
Black with #6039BB
Text Example
Text Example
White with #6039BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6039BB; }
p { color: rgb(96,57,187); }
H1.HeaderClassName
{
color: #6039BB;
}
.AnyTagClassName
{
color: #6039BB;
}
</style>
background-color css
<style>
a { background-color: #6039BB; }
a { background-color: rgb(96,57,187); }
div.DivClassName
{
background-color: #6039BB;
}
.BgClassName
{
background-color: #6039BB;
}
</style>
border-color css
<style>
span { border-color: #6039BB; }
span { border-color: rgb(96,57,187); }
td.TdClassName
{
border-color: #6039BB;
}
.TagClassName
{
border-color: #6039BB;
}
</style>