Shades of Purple Heart #602EDB
Tints of Purple Heart #602EDB
RGB
CMYK
RGB Variations
Color information
#602EDB (or 0x602EDB) is known color: Purple Heart. HEX triplet: 60, 2E and DB. RGB value is (96,46,219). Sum of RGB (Red+Green+Blue) = 96+46+219=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #602EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602EDB is #9FD124. Grayscale: #505050. Windows color (decimal): -10473765 or 14364256. OLE color: 14364256.
HSL color Cylindrical-coordinate representation of color #602EDB: hue angle of 257.34º 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 #602EDB is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 46 | 219 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.14 |
| HSL | 257.34º | 0.71% | 0.52% | - |
| HSV(B) | 257.34º | 0.79% | 0.86% | - |
| XYZ | 18.59 | 9.56 | 67.88 | - |
| YUV | 80.67 | 206.07 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 219 | 0.56 | 0.79 | 0 | 0.14 | 257.34 | 0.71 | 0.52 |
| Hex | 60 | 2E | DB | 38 | 4F | 0 | E | 101 | 47 | 34 |
| Octal | 140 | 56 | 333 | 70 | 117 | 0 | 16 | 401 | 107 | 64 |
| Binary | 1100000 | 101110 | 11011011 | 111000 | 1001111 | 0 | 1110 | 100000001 | 1000111 | 110100 |
Color Harmonies of #602EDB
Complementary color
Monochromatic Colors of #602EDB
Black with #602EDB
Text Example
Text Example
White with #602EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602EDB; }
p { color: rgb(96,46,219); }
H1.HeaderClassName
{
color: #602EDB;
}
.AnyTagClassName
{
color: #602EDB;
}
</style>
background-color css
<style>
a { background-color: #602EDB; }
a { background-color: rgb(96,46,219); }
div.DivClassName
{
background-color: #602EDB;
}
.BgClassName
{
background-color: #602EDB;
}
</style>
border-color css
<style>
span { border-color: #602EDB; }
span { border-color: rgb(96,46,219); }
td.TdClassName
{
border-color: #602EDB;
}
.TagClassName
{
border-color: #602EDB;
}
</style>