Shades of Purple Heart #601EDB
Tints of Purple Heart #601EDB
RGB
CMYK
RGB Variations
Color information
#601EDB (or 0x601EDB) is known color: Purple Heart. HEX triplet: 60, 1E and DB. RGB value is (96,30,219). Sum of RGB (Red+Green+Blue) = 96+30+219=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #601EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601EDB is #9FE124. Grayscale: #464646. Windows color (decimal): -10477861 or 14360160. OLE color: 14360160.
HSL color Cylindrical-coordinate representation of color #601EDB: hue angle of 260.95º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601EDB is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 30 | 219 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.14 |
| HSL | 260.95º | 0.76% | 0.49% | - |
| HSV(B) | 260.95º | 0.86% | 0.86% | - |
| XYZ | 18.07 | 8.53 | 67.71 | - |
| YUV | 71.28 | 211.37 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 30 | 219 | 0.56 | 0.86 | 0 | 0.14 | 260.95 | 0.76 | 0.49 |
| Hex | 60 | 1E | DB | 38 | 56 | 0 | E | 105 | 4C | 31 |
| Octal | 140 | 36 | 333 | 70 | 126 | 0 | 16 | 405 | 114 | 61 |
| Binary | 1100000 | 11110 | 11011011 | 111000 | 1010110 | 0 | 1110 | 100000101 | 1001100 | 110001 |
Color Harmonies of #601EDB
Complementary color
Monochromatic Colors of #601EDB
Black with #601EDB
Text Example
Text Example
White with #601EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601EDB; }
p { color: rgb(96,30,219); }
H1.HeaderClassName
{
color: #601EDB;
}
.AnyTagClassName
{
color: #601EDB;
}
</style>
background-color css
<style>
a { background-color: #601EDB; }
a { background-color: rgb(96,30,219); }
div.DivClassName
{
background-color: #601EDB;
}
.BgClassName
{
background-color: #601EDB;
}
</style>
border-color css
<style>
span { border-color: #601EDB; }
span { border-color: rgb(96,30,219); }
td.TdClassName
{
border-color: #601EDB;
}
.TagClassName
{
border-color: #601EDB;
}
</style>