Shades of Purple Heart #6040CA
Tints of Purple Heart #6040CA
RGB
CMYK
RGB Variations
Color information
#6040CA (or 0x6040CA) is known color: Purple Heart. HEX triplet: 60, 40 and CA. RGB value is (96,64,202). Sum of RGB (Red+Green+Blue) = 96+64+202=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #6040CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6040CA is #9FBF35. Grayscale: #585858. Windows color (decimal): -10469174 or 13254752. OLE color: 13254752.
HSL color Cylindrical-coordinate representation of color #6040CA: hue angle of 253.91º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6040CA is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 64 | 202 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.21 |
| HSL | 253.91º | 0.57% | 0.52% | - |
| HSV(B) | 253.91º | 0.68% | 0.79% | - |
| XYZ | 17.32 | 10.42 | 56.98 | - |
| YUV | 89.3 | 191.6 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 202 | 0.52 | 0.68 | 0 | 0.21 | 253.91 | 0.57 | 0.52 |
| Hex | 60 | 40 | CA | 34 | 44 | 0 | 15 | FE | 39 | 34 |
| Octal | 140 | 100 | 312 | 64 | 104 | 0 | 25 | 376 | 71 | 64 |
| Binary | 1100000 | 1000000 | 11001010 | 110100 | 1000100 | 0 | 10101 | 11111110 | 111001 | 110100 |
Color Harmonies of #6040CA
Complementary color
Monochromatic Colors of #6040CA
Black with #6040CA
Text Example
Text Example
White with #6040CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6040CA; }
p { color: rgb(96,64,202); }
H1.HeaderClassName
{
color: #6040CA;
}
.AnyTagClassName
{
color: #6040CA;
}
</style>
background-color css
<style>
a { background-color: #6040CA; }
a { background-color: rgb(96,64,202); }
div.DivClassName
{
background-color: #6040CA;
}
.BgClassName
{
background-color: #6040CA;
}
</style>
border-color css
<style>
span { border-color: #6040CA; }
span { border-color: rgb(96,64,202); }
td.TdClassName
{
border-color: #6040CA;
}
.TagClassName
{
border-color: #6040CA;
}
</style>