Shades of Purple Heart #601ADB
Tints of Purple Heart #601ADB
RGB
CMYK
RGB Variations
Color information
#601ADB (or 0x601ADB) is known color: Purple Heart. HEX triplet: 60, 1A and DB. RGB value is (96,26,219). Sum of RGB (Red+Green+Blue) = 96+26+219=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #601ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601ADB is #9FE524. Grayscale: #444444. Windows color (decimal): -10478885 or 14359136. OLE color: 14359136.
HSL color Cylindrical-coordinate representation of color #601ADB: hue angle of 261.76º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #601ADB is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 26 | 219 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.14 |
| HSL | 261.76º | 0.79% | 0.48% | - |
| HSV(B) | 261.76º | 0.88% | 0.86% | - |
| XYZ | 17.98 | 8.34 | 67.68 | - |
| YUV | 68.93 | 212.69 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 26 | 219 | 0.56 | 0.88 | 0 | 0.14 | 261.76 | 0.79 | 0.48 |
| Hex | 60 | 1A | DB | 38 | 58 | 0 | E | 106 | 4F | 30 |
| Octal | 140 | 32 | 333 | 70 | 130 | 0 | 16 | 406 | 117 | 60 |
| Binary | 1100000 | 11010 | 11011011 | 111000 | 1011000 | 0 | 1110 | 100000110 | 1001111 | 110000 |
Color Harmonies of #601ADB
Complementary color
Monochromatic Colors of #601ADB
Black with #601ADB
Text Example
Text Example
White with #601ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601ADB; }
p { color: rgb(96,26,219); }
H1.HeaderClassName
{
color: #601ADB;
}
.AnyTagClassName
{
color: #601ADB;
}
</style>
background-color css
<style>
a { background-color: #601ADB; }
a { background-color: rgb(96,26,219); }
div.DivClassName
{
background-color: #601ADB;
}
.BgClassName
{
background-color: #601ADB;
}
</style>
border-color css
<style>
span { border-color: #601ADB; }
span { border-color: rgb(96,26,219); }
td.TdClassName
{
border-color: #601ADB;
}
.TagClassName
{
border-color: #601ADB;
}
</style>