Shades of Purple Heart #6039CD
Tints of Purple Heart #6039CD
RGB
CMYK
RGB Variations
Color information
#6039CD (or 0x6039CD) is known color: Purple Heart. HEX triplet: 60, 39 and CD. RGB value is (96,57,205). Sum of RGB (Red+Green+Blue) = 96+57+205=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #6039CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6039CD is #9FC632. Grayscale: #545454. Windows color (decimal): -10470963 or 13449568. OLE color: 13449568.
HSL color Cylindrical-coordinate representation of color #6039CD: hue angle of 255.81º degrees, saturation: 0.6, 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 #6039CD is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 57 | 205 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.20 |
| HSL | 255.81º | 0.6% | 0.51% | - |
| HSV(B) | 255.81º | 0.72% | 0.8% | - |
| XYZ | 17.31 | 9.82 | 58.74 | - |
| YUV | 85.53 | 195.42 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 57 | 205 | 0.53 | 0.72 | 0 | 0.20 | 255.81 | 0.6 | 0.51 |
| Hex | 60 | 39 | CD | 35 | 48 | 0 | 14 | 100 | 3C | 33 |
| Octal | 140 | 71 | 315 | 65 | 110 | 0 | 24 | 400 | 74 | 63 |
| Binary | 1100000 | 111001 | 11001101 | 110101 | 1001000 | 0 | 10100 | 100000000 | 111100 | 110011 |
Color Harmonies of #6039CD
Complementary color
Monochromatic Colors of #6039CD
Black with #6039CD
Text Example
Text Example
White with #6039CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6039CD; }
p { color: rgb(96,57,205); }
H1.HeaderClassName
{
color: #6039CD;
}
.AnyTagClassName
{
color: #6039CD;
}
</style>
background-color css
<style>
a { background-color: #6039CD; }
a { background-color: rgb(96,57,205); }
div.DivClassName
{
background-color: #6039CD;
}
.BgClassName
{
background-color: #6039CD;
}
</style>
border-color css
<style>
span { border-color: #6039CD; }
span { border-color: rgb(96,57,205); }
td.TdClassName
{
border-color: #6039CD;
}
.TagClassName
{
border-color: #6039CD;
}
</style>