Shades of Purple Heart #602ECF
Tints of Purple Heart #602ECF
RGB
CMYK
RGB Variations
Color information
#602ECF (or 0x602ECF) is known color: Purple Heart. HEX triplet: 60, 2E and CF. RGB value is (96,46,207). Sum of RGB (Red+Green+Blue) = 96+46+207=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #602ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602ECF is #9FD130. Grayscale: #4E4E4E. Windows color (decimal): -10473777 or 13577824. OLE color: 13577824.
HSL color Cylindrical-coordinate representation of color #602ECF: hue angle of 258.63º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602ECF is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 46 | 207 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.19 |
| HSL | 258.63º | 0.64% | 0.5% | - |
| HSV(B) | 258.63º | 0.78% | 0.81% | - |
| XYZ | 17.06 | 8.95 | 59.86 | - |
| YUV | 79.3 | 200.07 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 207 | 0.54 | 0.78 | 0 | 0.19 | 258.63 | 0.64 | 0.5 |
| Hex | 60 | 2E | CF | 36 | 4E | 0 | 13 | 103 | 40 | 32 |
| Octal | 140 | 56 | 317 | 66 | 116 | 0 | 23 | 403 | 100 | 62 |
| Binary | 1100000 | 101110 | 11001111 | 110110 | 1001110 | 0 | 10011 | 100000011 | 1000000 | 110010 |
Color Harmonies of #602ECF
Complementary color
Monochromatic Colors of #602ECF
Black with #602ECF
Text Example
Text Example
White with #602ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602ECF; }
p { color: rgb(96,46,207); }
H1.HeaderClassName
{
color: #602ECF;
}
.AnyTagClassName
{
color: #602ECF;
}
</style>
background-color css
<style>
a { background-color: #602ECF; }
a { background-color: rgb(96,46,207); }
div.DivClassName
{
background-color: #602ECF;
}
.BgClassName
{
background-color: #602ECF;
}
</style>
border-color css
<style>
span { border-color: #602ECF; }
span { border-color: rgb(96,46,207); }
td.TdClassName
{
border-color: #602ECF;
}
.TagClassName
{
border-color: #602ECF;
}
</style>