Shades of Purple Heart #601CCD
Tints of Purple Heart #601CCD
RGB
CMYK
RGB Variations
Color information
#601CCD (or 0x601CCD) is known color: Purple Heart. HEX triplet: 60, 1C and CD. RGB value is (96,28,205). Sum of RGB (Red+Green+Blue) = 96+28+205=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #601CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601CCD is #9FE332. Grayscale: #434343. Windows color (decimal): -10478387 or 13442144. OLE color: 13442144.
HSL color Cylindrical-coordinate representation of color #601CCD: hue angle of 263.05º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601CCD is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 28 | 205 | - |
| CMYK | 0.53 | 0.86 | 0 | 0.20 |
| HSL | 263.05º | 0.76% | 0.46% | - |
| HSV(B) | 263.05º | 0.86% | 0.8% | - |
| XYZ | 16.26 | 7.73 | 58.39 | - |
| YUV | 68.51 | 205.03 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 28 | 205 | 0.53 | 0.86 | 0 | 0.20 | 263.05 | 0.76 | 0.46 |
| Hex | 60 | 1C | CD | 35 | 56 | 0 | 14 | 107 | 4C | 2E |
| Octal | 140 | 34 | 315 | 65 | 126 | 0 | 24 | 407 | 114 | 56 |
| Binary | 1100000 | 11100 | 11001101 | 110101 | 1010110 | 0 | 10100 | 100000111 | 1001100 | 101110 |
Color Harmonies of #601CCD
Complementary color
Monochromatic Colors of #601CCD
Black with #601CCD
Text Example
Text Example
White with #601CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601CCD; }
p { color: rgb(96,28,205); }
H1.HeaderClassName
{
color: #601CCD;
}
.AnyTagClassName
{
color: #601CCD;
}
</style>
background-color css
<style>
a { background-color: #601CCD; }
a { background-color: rgb(96,28,205); }
div.DivClassName
{
background-color: #601CCD;
}
.BgClassName
{
background-color: #601CCD;
}
</style>
border-color css
<style>
span { border-color: #601CCD; }
span { border-color: rgb(96,28,205); }
td.TdClassName
{
border-color: #601CCD;
}
.TagClassName
{
border-color: #601CCD;
}
</style>