Shades of Purple Heart #601BDC
Tints of Purple Heart #601BDC
RGB
CMYK
RGB Variations
Color information
#601BDC (or 0x601BDC) is known color: Purple Heart. HEX triplet: 60, 1B and DC. RGB value is (96,27,220). Sum of RGB (Red+Green+Blue) = 96+27+220=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 220 (86.33% from 255 or 64.14% from 343); Max value from RGB is 220 - color contains mainly: blue. Hex color #601BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601BDC is #9FE423. Grayscale: #444444. Windows color (decimal): -10478628 or 14424928. OLE color: 14424928.
HSL color Cylindrical-coordinate representation of color #601BDC: hue angle of 261.45º degrees, saturation: 0.78, 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 #601BDC is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 27 | 220 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.14 |
| HSL | 261.45º | 0.78% | 0.48% | - |
| HSV(B) | 261.45º | 0.88% | 0.86% | - |
| XYZ | 18.13 | 8.44 | 68.38 | - |
| YUV | 69.63 | 212.86 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 27 | 220 | 0.56 | 0.88 | 0 | 0.14 | 261.45 | 0.78 | 0.48 |
| Hex | 60 | 1B | DC | 38 | 58 | 0 | E | 105 | 4E | 30 |
| Octal | 140 | 33 | 334 | 70 | 130 | 0 | 16 | 405 | 116 | 60 |
| Binary | 1100000 | 11011 | 11011100 | 111000 | 1011000 | 0 | 1110 | 100000101 | 1001110 | 110000 |
Color Harmonies of #601BDC
Complementary color
Monochromatic Colors of #601BDC
Black with #601BDC
Text Example
Text Example
White with #601BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601BDC; }
p { color: rgb(96,27,220); }
H1.HeaderClassName
{
color: #601BDC;
}
.AnyTagClassName
{
color: #601BDC;
}
</style>
background-color css
<style>
a { background-color: #601BDC; }
a { background-color: rgb(96,27,220); }
div.DivClassName
{
background-color: #601BDC;
}
.BgClassName
{
background-color: #601BDC;
}
</style>
border-color css
<style>
span { border-color: #601BDC; }
span { border-color: rgb(96,27,220); }
td.TdClassName
{
border-color: #601BDC;
}
.TagClassName
{
border-color: #601BDC;
}
</style>