Shades of Purple Heart #602CDB
Tints of Purple Heart #602CDB
RGB
CMYK
RGB Variations
Color information
#602CDB (or 0x602CDB) is known color: Purple Heart. HEX triplet: 60, 2C and DB. RGB value is (96,44,219). Sum of RGB (Red+Green+Blue) = 96+44+219=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #602CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602CDB is #9FD324. Grayscale: #4E4E4E. Windows color (decimal): -10474277 or 14363744. OLE color: 14363744.
HSL color Cylindrical-coordinate representation of color #602CDB: hue angle of 257.83º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #602CDB is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 44 | 219 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.14 |
| HSL | 257.83º | 0.71% | 0.52% | - |
| HSV(B) | 257.83º | 0.8% | 0.86% | - |
| XYZ | 18.51 | 9.4 | 67.86 | - |
| YUV | 79.5 | 206.73 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 219 | 0.56 | 0.80 | 0 | 0.14 | 257.83 | 0.71 | 0.52 |
| Hex | 60 | 2C | DB | 38 | 50 | 0 | E | 102 | 47 | 34 |
| Octal | 140 | 54 | 333 | 70 | 120 | 0 | 16 | 402 | 107 | 64 |
| Binary | 1100000 | 101100 | 11011011 | 111000 | 1010000 | 0 | 1110 | 100000010 | 1000111 | 110100 |
Color Harmonies of #602CDB
Complementary color
Monochromatic Colors of #602CDB
Black with #602CDB
Text Example
Text Example
White with #602CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602CDB; }
p { color: rgb(96,44,219); }
H1.HeaderClassName
{
color: #602CDB;
}
.AnyTagClassName
{
color: #602CDB;
}
</style>
background-color css
<style>
a { background-color: #602CDB; }
a { background-color: rgb(96,44,219); }
div.DivClassName
{
background-color: #602CDB;
}
.BgClassName
{
background-color: #602CDB;
}
</style>
border-color css
<style>
span { border-color: #602CDB; }
span { border-color: rgb(96,44,219); }
td.TdClassName
{
border-color: #602CDB;
}
.TagClassName
{
border-color: #602CDB;
}
</style>