Shades of Purple Heart #6039CC
Tints of Purple Heart #6039CC
RGB
CMYK
RGB Variations
Color information
#6039CC (or 0x6039CC) is known color: Purple Heart. HEX triplet: 60, 39 and CC. RGB value is (96,57,204). Sum of RGB (Red+Green+Blue) = 96+57+204=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #6039CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6039CC is #9FC633. Grayscale: #545454. Windows color (decimal): -10470964 or 13384032. OLE color: 13384032.
HSL color Cylindrical-coordinate representation of color #6039CC: hue angle of 255.92º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6039CC is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 57 | 204 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.2 |
| HSL | 255.92º | 0.59% | 0.51% | - |
| HSV(B) | 255.92º | 0.72% | 0.8% | - |
| XYZ | 17.19 | 9.77 | 58.11 | - |
| YUV | 85.42 | 194.92 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 57 | 204 | 0.53 | 0.72 | 0 | 0.2 | 255.92 | 0.59 | 0.51 |
| Hex | 60 | 39 | CC | 35 | 48 | 0 | 14 | 100 | 3B | 33 |
| Octal | 140 | 71 | 314 | 65 | 110 | 0 | 24 | 400 | 73 | 63 |
| Binary | 1100000 | 111001 | 11001100 | 110101 | 1001000 | 0 | 10100 | 100000000 | 111011 | 110011 |
Color Harmonies of #6039CC
Complementary color
Monochromatic Colors of #6039CC
Black with #6039CC
Text Example
Text Example
White with #6039CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6039CC; }
p { color: rgb(96,57,204); }
H1.HeaderClassName
{
color: #6039CC;
}
.AnyTagClassName
{
color: #6039CC;
}
</style>
background-color css
<style>
a { background-color: #6039CC; }
a { background-color: rgb(96,57,204); }
div.DivClassName
{
background-color: #6039CC;
}
.BgClassName
{
background-color: #6039CC;
}
</style>
border-color css
<style>
span { border-color: #6039CC; }
span { border-color: rgb(96,57,204); }
td.TdClassName
{
border-color: #6039CC;
}
.TagClassName
{
border-color: #6039CC;
}
</style>