Shades of Purple Heart #501CCD
Tints of Purple Heart #501CCD
RGB
CMYK
RGB Variations
Color information
#501CCD (or 0x501CCD) is known color: Purple Heart. HEX triplet: 50, 1C and CD. RGB value is (80,28,205). Sum of RGB (Red+Green+Blue) = 80+28+205=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #501CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501CCD is #AFE332. Grayscale: #3F3F3F. Windows color (decimal): -11526963 or 13442128. OLE color: 13442128.
HSL color Cylindrical-coordinate representation of color #501CCD: hue angle of 257.63º 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 #501CCD is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 28 | 205 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.20 |
| HSL | 257.63º | 0.76% | 0.46% | - |
| HSV(B) | 257.63º | 0.86% | 0.8% | - |
| XYZ | 14.74 | 6.94 | 58.32 | - |
| YUV | 63.73 | 207.73 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 205 | 0.61 | 0.86 | 0 | 0.20 | 257.63 | 0.76 | 0.46 |
| Hex | 50 | 1C | CD | 3D | 56 | 0 | 14 | 102 | 4C | 2E |
| Octal | 120 | 34 | 315 | 75 | 126 | 0 | 24 | 402 | 114 | 56 |
| Binary | 1010000 | 11100 | 11001101 | 111101 | 1010110 | 0 | 10100 | 100000010 | 1001100 | 101110 |
Color Harmonies of #501CCD
Complementary color
Monochromatic Colors of #501CCD
Black with #501CCD
Text Example
Text Example
White with #501CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501CCD; }
p { color: rgb(80,28,205); }
H1.HeaderClassName
{
color: #501CCD;
}
.AnyTagClassName
{
color: #501CCD;
}
</style>
background-color css
<style>
a { background-color: #501CCD; }
a { background-color: rgb(80,28,205); }
div.DivClassName
{
background-color: #501CCD;
}
.BgClassName
{
background-color: #501CCD;
}
</style>
border-color css
<style>
span { border-color: #501CCD; }
span { border-color: rgb(80,28,205); }
td.TdClassName
{
border-color: #501CCD;
}
.TagClassName
{
border-color: #501CCD;
}
</style>