Shades of Purple Heart #602EDC
Tints of Purple Heart #602EDC
RGB
CMYK
RGB Variations
Color information
#602EDC (or 0x602EDC) is known color: Purple Heart. HEX triplet: 60, 2E and DC. RGB value is (96,46,220). Sum of RGB (Red+Green+Blue) = 96+46+220=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #602EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602EDC is #9FD123. Grayscale: #505050. Windows color (decimal): -10473764 or 14429792. OLE color: 14429792.
HSL color Cylindrical-coordinate representation of color #602EDC: hue angle of 257.24º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #602EDC is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 46 | 220 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.14 |
| HSL | 257.24º | 0.71% | 0.52% | - |
| HSV(B) | 257.24º | 0.79% | 0.86% | - |
| XYZ | 18.72 | 9.61 | 68.58 | - |
| YUV | 80.79 | 206.57 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 220 | 0.56 | 0.79 | 0 | 0.14 | 257.24 | 0.71 | 0.52 |
| Hex | 60 | 2E | DC | 38 | 4F | 0 | E | 101 | 47 | 34 |
| Octal | 140 | 56 | 334 | 70 | 117 | 0 | 16 | 401 | 107 | 64 |
| Binary | 1100000 | 101110 | 11011100 | 111000 | 1001111 | 0 | 1110 | 100000001 | 1000111 | 110100 |
Color Harmonies of #602EDC
Complementary color
Monochromatic Colors of #602EDC
Black with #602EDC
Text Example
Text Example
White with #602EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602EDC; }
p { color: rgb(96,46,220); }
H1.HeaderClassName
{
color: #602EDC;
}
.AnyTagClassName
{
color: #602EDC;
}
</style>
background-color css
<style>
a { background-color: #602EDC; }
a { background-color: rgb(96,46,220); }
div.DivClassName
{
background-color: #602EDC;
}
.BgClassName
{
background-color: #602EDC;
}
</style>
border-color css
<style>
span { border-color: #602EDC; }
span { border-color: rgb(96,46,220); }
td.TdClassName
{
border-color: #602EDC;
}
.TagClassName
{
border-color: #602EDC;
}
</style>