Shades of Purple Heart #601CDC
Tints of Purple Heart #601CDC
RGB
CMYK
RGB Variations
Color information
#601CDC (or 0x601CDC) is known color: Purple Heart. HEX triplet: 60, 1C and DC. RGB value is (96,28,220). Sum of RGB (Red+Green+Blue) = 96+28+220=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #601CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601CDC is #9FE323. Grayscale: #454545. Windows color (decimal): -10478372 or 14425184. OLE color: 14425184.
HSL color Cylindrical-coordinate representation of color #601CDC: hue angle of 261.25º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #601CDC is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 28 | 220 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.14 |
| HSL | 261.25º | 0.77% | 0.49% | - |
| HSV(B) | 261.25º | 0.87% | 0.86% | - |
| XYZ | 18.16 | 8.48 | 68.39 | - |
| YUV | 70.22 | 212.53 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 28 | 220 | 0.56 | 0.87 | 0 | 0.14 | 261.25 | 0.77 | 0.49 |
| Hex | 60 | 1C | DC | 38 | 57 | 0 | E | 105 | 4D | 31 |
| Octal | 140 | 34 | 334 | 70 | 127 | 0 | 16 | 405 | 115 | 61 |
| Binary | 1100000 | 11100 | 11011100 | 111000 | 1010111 | 0 | 1110 | 100000101 | 1001101 | 110001 |
Color Harmonies of #601CDC
Complementary color
Monochromatic Colors of #601CDC
Black with #601CDC
Text Example
Text Example
White with #601CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601CDC; }
p { color: rgb(96,28,220); }
H1.HeaderClassName
{
color: #601CDC;
}
.AnyTagClassName
{
color: #601CDC;
}
</style>
background-color css
<style>
a { background-color: #601CDC; }
a { background-color: rgb(96,28,220); }
div.DivClassName
{
background-color: #601CDC;
}
.BgClassName
{
background-color: #601CDC;
}
</style>
border-color css
<style>
span { border-color: #601CDC; }
span { border-color: rgb(96,28,220); }
td.TdClassName
{
border-color: #601CDC;
}
.TagClassName
{
border-color: #601CDC;
}
</style>