Shades of Purple Heart #601EC4
Tints of Purple Heart #601EC4
RGB
CMYK
RGB Variations
Color information
#601EC4 (or 0x601EC4) is known color: Purple Heart. HEX triplet: 60, 1E and C4. RGB value is (96,30,196). Sum of RGB (Red+Green+Blue) = 96+30+196=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 196 (76.95% from 255 or 60.87% from 322); Max value from RGB is 196 - color contains mainly: blue. Hex color #601EC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601EC4 is #9FE13B. Grayscale: #444444. Windows color (decimal): -10477884 or 12852832. OLE color: 12852832.
HSL color Cylindrical-coordinate representation of color #601EC4: hue angle of 263.86º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #601EC4 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 30 | 196 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.23 |
| HSL | 263.86º | 0.73% | 0.44% | - |
| HSV(B) | 263.86º | 0.85% | 0.77% | - |
| XYZ | 15.25 | 7.4 | 52.85 | - |
| YUV | 68.66 | 199.87 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 30 | 196 | 0.51 | 0.85 | 0 | 0.23 | 263.86 | 0.73 | 0.44 |
| Hex | 60 | 1E | C4 | 33 | 55 | 0 | 17 | 108 | 49 | 2C |
| Octal | 140 | 36 | 304 | 63 | 125 | 0 | 27 | 410 | 111 | 54 |
| Binary | 1100000 | 11110 | 11000100 | 110011 | 1010101 | 0 | 10111 | 100001000 | 1001001 | 101100 |
Color Harmonies of #601EC4
Complementary color
Monochromatic Colors of #601EC4
Black with #601EC4
Text Example
Text Example
White with #601EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601EC4; }
p { color: rgb(96,30,196); }
H1.HeaderClassName
{
color: #601EC4;
}
.AnyTagClassName
{
color: #601EC4;
}
</style>
background-color css
<style>
a { background-color: #601EC4; }
a { background-color: rgb(96,30,196); }
div.DivClassName
{
background-color: #601EC4;
}
.BgClassName
{
background-color: #601EC4;
}
</style>
border-color css
<style>
span { border-color: #601EC4; }
span { border-color: rgb(96,30,196); }
td.TdClassName
{
border-color: #601EC4;
}
.TagClassName
{
border-color: #601EC4;
}
</style>