Shades of Purple Heart #601DC2
Tints of Purple Heart #601DC2
RGB
CMYK
RGB Variations
Color information
#601DC2 (or 0x601DC2) is known color: Purple Heart. HEX triplet: 60, 1D and C2. RGB value is (96,29,194). Sum of RGB (Red+Green+Blue) = 96+29+194=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 194 (76.17% from 255 or 60.82% from 319); Max value from RGB is 194 - color contains mainly: blue. Hex color #601DC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601DC2 is #9FE23D. Grayscale: #434343. Windows color (decimal): -10478142 or 12721504. OLE color: 12721504.
HSL color Cylindrical-coordinate representation of color #601DC2: hue angle of 264.36º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #601DC2 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 29 | 194 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.24 |
| HSL | 264.36º | 0.74% | 0.44% | - |
| HSV(B) | 264.36º | 0.85% | 0.76% | - |
| XYZ | 15 | 7.26 | 51.65 | - |
| YUV | 67.84 | 199.2 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 29 | 194 | 0.51 | 0.85 | 0 | 0.24 | 264.36 | 0.74 | 0.44 |
| Hex | 60 | 1D | C2 | 33 | 55 | 0 | 18 | 108 | 4A | 2C |
| Octal | 140 | 35 | 302 | 63 | 125 | 0 | 30 | 410 | 112 | 54 |
| Binary | 1100000 | 11101 | 11000010 | 110011 | 1010101 | 0 | 11000 | 100001000 | 1001010 | 101100 |
Color Harmonies of #601DC2
Complementary color
Monochromatic Colors of #601DC2
Black with #601DC2
Text Example
Text Example
White with #601DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601DC2; }
p { color: rgb(96,29,194); }
H1.HeaderClassName
{
color: #601DC2;
}
.AnyTagClassName
{
color: #601DC2;
}
</style>
background-color css
<style>
a { background-color: #601DC2; }
a { background-color: rgb(96,29,194); }
div.DivClassName
{
background-color: #601DC2;
}
.BgClassName
{
background-color: #601DC2;
}
</style>
border-color css
<style>
span { border-color: #601DC2; }
span { border-color: rgb(96,29,194); }
td.TdClassName
{
border-color: #601DC2;
}
.TagClassName
{
border-color: #601DC2;
}
</style>