Shades of Purple Heart #601ADC
Tints of Purple Heart #601ADC
RGB
CMYK
RGB Variations
Color information
#601ADC (or 0x601ADC) is known color: Purple Heart. HEX triplet: 60, 1A and DC. RGB value is (96,26,220). Sum of RGB (Red+Green+Blue) = 96+26+220=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #601ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601ADC is #9FE523. Grayscale: #444444. Windows color (decimal): -10478884 or 14424672. OLE color: 14424672.
HSL color Cylindrical-coordinate representation of color #601ADC: hue angle of 261.65º 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 #601ADC is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 26 | 220 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.14 |
| HSL | 261.65º | 0.79% | 0.48% | - |
| HSV(B) | 261.65º | 0.88% | 0.86% | - |
| XYZ | 18.11 | 8.39 | 68.38 | - |
| YUV | 69.05 | 213.19 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 26 | 220 | 0.56 | 0.88 | 0 | 0.14 | 261.65 | 0.79 | 0.48 |
| Hex | 60 | 1A | DC | 38 | 58 | 0 | E | 106 | 4F | 30 |
| Octal | 140 | 32 | 334 | 70 | 130 | 0 | 16 | 406 | 117 | 60 |
| Binary | 1100000 | 11010 | 11011100 | 111000 | 1011000 | 0 | 1110 | 100000110 | 1001111 | 110000 |
Color Harmonies of #601ADC
Complementary color
Monochromatic Colors of #601ADC
Black with #601ADC
Text Example
Text Example
White with #601ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601ADC; }
p { color: rgb(96,26,220); }
H1.HeaderClassName
{
color: #601ADC;
}
.AnyTagClassName
{
color: #601ADC;
}
</style>
background-color css
<style>
a { background-color: #601ADC; }
a { background-color: rgb(96,26,220); }
div.DivClassName
{
background-color: #601ADC;
}
.BgClassName
{
background-color: #601ADC;
}
</style>
border-color css
<style>
span { border-color: #601ADC; }
span { border-color: rgb(96,26,220); }
td.TdClassName
{
border-color: #601ADC;
}
.TagClassName
{
border-color: #601ADC;
}
</style>