Shades of Purple Heart #601EDC
Tints of Purple Heart #601EDC
RGB
CMYK
RGB Variations
Color information
#601EDC (or 0x601EDC) is known color: Purple Heart. HEX triplet: 60, 1E and DC. RGB value is (96,30,220). Sum of RGB (Red+Green+Blue) = 96+30+220=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #601EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601EDC is #9FE123. Grayscale: #464646. Windows color (decimal): -10477860 or 14425696. OLE color: 14425696.
HSL color Cylindrical-coordinate representation of color #601EDC: hue angle of 260.84º 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 #601EDC is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 30 | 220 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.14 |
| HSL | 260.84º | 0.76% | 0.49% | - |
| HSV(B) | 260.84º | 0.86% | 0.86% | - |
| XYZ | 18.21 | 8.58 | 68.41 | - |
| YUV | 71.39 | 211.87 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 30 | 220 | 0.56 | 0.86 | 0 | 0.14 | 260.84 | 0.76 | 0.49 |
| Hex | 60 | 1E | DC | 38 | 56 | 0 | E | 105 | 4C | 31 |
| Octal | 140 | 36 | 334 | 70 | 126 | 0 | 16 | 405 | 114 | 61 |
| Binary | 1100000 | 11110 | 11011100 | 111000 | 1010110 | 0 | 1110 | 100000101 | 1001100 | 110001 |
Color Harmonies of #601EDC
Complementary color
Monochromatic Colors of #601EDC
Black with #601EDC
Text Example
Text Example
White with #601EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601EDC; }
p { color: rgb(96,30,220); }
H1.HeaderClassName
{
color: #601EDC;
}
.AnyTagClassName
{
color: #601EDC;
}
</style>
background-color css
<style>
a { background-color: #601EDC; }
a { background-color: rgb(96,30,220); }
div.DivClassName
{
background-color: #601EDC;
}
.BgClassName
{
background-color: #601EDC;
}
</style>
border-color css
<style>
span { border-color: #601EDC; }
span { border-color: rgb(96,30,220); }
td.TdClassName
{
border-color: #601EDC;
}
.TagClassName
{
border-color: #601EDC;
}
</style>