Shades of Purple Heart #602ED6
Tints of Purple Heart #602ED6
RGB
CMYK
RGB Variations
Color information
#602ED6 (or 0x602ED6) is known color: Purple Heart. HEX triplet: 60, 2E and D6. RGB value is (96,46,214). Sum of RGB (Red+Green+Blue) = 96+46+214=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 214 (83.98% from 255 or 60.11% from 356); Max value from RGB is 214 - color contains mainly: blue. Hex color #602ED6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602ED6 is #9FD129. Grayscale: #4F4F4F. Windows color (decimal): -10473770 or 14036576. OLE color: 14036576.
HSL color Cylindrical-coordinate representation of color #602ED6: hue angle of 257.86º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #602ED6 is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 46 | 214 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.16 |
| HSL | 257.86º | 0.67% | 0.51% | - |
| HSV(B) | 257.86º | 0.79% | 0.84% | - |
| XYZ | 17.94 | 9.3 | 64.47 | - |
| YUV | 80.1 | 203.57 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 214 | 0.55 | 0.79 | 0 | 0.16 | 257.86 | 0.67 | 0.51 |
| Hex | 60 | 2E | D6 | 37 | 4F | 0 | 10 | 102 | 43 | 33 |
| Octal | 140 | 56 | 326 | 67 | 117 | 0 | 20 | 402 | 103 | 63 |
| Binary | 1100000 | 101110 | 11010110 | 110111 | 1001111 | 0 | 10000 | 100000010 | 1000011 | 110011 |
Color Harmonies of #602ED6
Complementary color
Monochromatic Colors of #602ED6
Black with #602ED6
Text Example
Text Example
White with #602ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602ED6; }
p { color: rgb(96,46,214); }
H1.HeaderClassName
{
color: #602ED6;
}
.AnyTagClassName
{
color: #602ED6;
}
</style>
background-color css
<style>
a { background-color: #602ED6; }
a { background-color: rgb(96,46,214); }
div.DivClassName
{
background-color: #602ED6;
}
.BgClassName
{
background-color: #602ED6;
}
</style>
border-color css
<style>
span { border-color: #602ED6; }
span { border-color: rgb(96,46,214); }
td.TdClassName
{
border-color: #602ED6;
}
.TagClassName
{
border-color: #602ED6;
}
</style>