Shades of Purple Heart #603ECC
Tints of Purple Heart #603ECC
RGB
CMYK
RGB Variations
Color information
#603ECC (or 0x603ECC) is known color: Purple Heart. HEX triplet: 60, 3E and CC. RGB value is (96,62,204). Sum of RGB (Red+Green+Blue) = 96+62+204=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #603ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603ECC is #9FC133. Grayscale: #575757. Windows color (decimal): -10469684 or 13385312. OLE color: 13385312.
HSL color Cylindrical-coordinate representation of color #603ECC: hue angle of 254.37º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #603ECC is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 62 | 204 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.2 |
| HSL | 254.37º | 0.58% | 0.52% | - |
| HSV(B) | 254.37º | 0.7% | 0.8% | - |
| XYZ | 17.45 | 10.29 | 58.19 | - |
| YUV | 88.35 | 193.26 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 62 | 204 | 0.53 | 0.70 | 0 | 0.2 | 254.37 | 0.58 | 0.52 |
| Hex | 60 | 3E | CC | 35 | 46 | 0 | 14 | FE | 3A | 34 |
| Octal | 140 | 76 | 314 | 65 | 106 | 0 | 24 | 376 | 72 | 64 |
| Binary | 1100000 | 111110 | 11001100 | 110101 | 1000110 | 0 | 10100 | 11111110 | 111010 | 110100 |
Color Harmonies of #603ECC
Complementary color
Monochromatic Colors of #603ECC
Black with #603ECC
Text Example
Text Example
White with #603ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603ECC; }
p { color: rgb(96,62,204); }
H1.HeaderClassName
{
color: #603ECC;
}
.AnyTagClassName
{
color: #603ECC;
}
</style>
background-color css
<style>
a { background-color: #603ECC; }
a { background-color: rgb(96,62,204); }
div.DivClassName
{
background-color: #603ECC;
}
.BgClassName
{
background-color: #603ECC;
}
</style>
border-color css
<style>
span { border-color: #603ECC; }
span { border-color: rgb(96,62,204); }
td.TdClassName
{
border-color: #603ECC;
}
.TagClassName
{
border-color: #603ECC;
}
</style>