Shades of Purple Heart #601FCD
Tints of Purple Heart #601FCD
RGB
CMYK
RGB Variations
Color information
#601FCD (or 0x601FCD) is known color: Purple Heart. HEX triplet: 60, 1F and CD. RGB value is (96,31,205). Sum of RGB (Red+Green+Blue) = 96+31+205=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #601FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601FCD is #9FE032. Grayscale: #454545. Windows color (decimal): -10477619 or 13442912. OLE color: 13442912.
HSL color Cylindrical-coordinate representation of color #601FCD: hue angle of 262.41º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #601FCD is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 31 | 205 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.20 |
| HSL | 262.41º | 0.74% | 0.46% | - |
| HSV(B) | 262.41º | 0.85% | 0.8% | - |
| XYZ | 16.33 | 7.87 | 58.42 | - |
| YUV | 70.27 | 204.03 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 31 | 205 | 0.53 | 0.85 | 0 | 0.20 | 262.41 | 0.74 | 0.46 |
| Hex | 60 | 1F | CD | 35 | 55 | 0 | 14 | 106 | 4A | 2E |
| Octal | 140 | 37 | 315 | 65 | 125 | 0 | 24 | 406 | 112 | 56 |
| Binary | 1100000 | 11111 | 11001101 | 110101 | 1010101 | 0 | 10100 | 100000110 | 1001010 | 101110 |
Color Harmonies of #601FCD
Complementary color
Monochromatic Colors of #601FCD
Black with #601FCD
Text Example
Text Example
White with #601FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601FCD; }
p { color: rgb(96,31,205); }
H1.HeaderClassName
{
color: #601FCD;
}
.AnyTagClassName
{
color: #601FCD;
}
</style>
background-color css
<style>
a { background-color: #601FCD; }
a { background-color: rgb(96,31,205); }
div.DivClassName
{
background-color: #601FCD;
}
.BgClassName
{
background-color: #601FCD;
}
</style>
border-color css
<style>
span { border-color: #601FCD; }
span { border-color: rgb(96,31,205); }
td.TdClassName
{
border-color: #601FCD;
}
.TagClassName
{
border-color: #601FCD;
}
</style>