Shades of Purple Heart #501CCC
Tints of Purple Heart #501CCC
RGB
CMYK
RGB Variations
Color information
#501CCC (or 0x501CCC) is known color: Purple Heart. HEX triplet: 50, 1C and CC. RGB value is (80,28,204). Sum of RGB (Red+Green+Blue) = 80+28+204=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #501CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501CCC is #AFE333. Grayscale: #3E3E3E. Windows color (decimal): -11526964 or 13376592. OLE color: 13376592.
HSL color Cylindrical-coordinate representation of color #501CCC: hue angle of 257.73º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501CCC is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 28 | 204 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.2 |
| HSL | 257.73º | 0.76% | 0.45% | - |
| HSV(B) | 257.73º | 0.86% | 0.8% | - |
| XYZ | 14.62 | 6.9 | 57.69 | - |
| YUV | 63.61 | 207.23 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 204 | 0.61 | 0.86 | 0 | 0.2 | 257.73 | 0.76 | 0.45 |
| Hex | 50 | 1C | CC | 3D | 56 | 0 | 14 | 102 | 4C | 2D |
| Octal | 120 | 34 | 314 | 75 | 126 | 0 | 24 | 402 | 114 | 55 |
| Binary | 1010000 | 11100 | 11001100 | 111101 | 1010110 | 0 | 10100 | 100000010 | 1001100 | 101101 |
Color Harmonies of #501CCC
Complementary color
Monochromatic Colors of #501CCC
Black with #501CCC
Text Example
Text Example
White with #501CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501CCC; }
p { color: rgb(80,28,204); }
H1.HeaderClassName
{
color: #501CCC;
}
.AnyTagClassName
{
color: #501CCC;
}
</style>
background-color css
<style>
a { background-color: #501CCC; }
a { background-color: rgb(80,28,204); }
div.DivClassName
{
background-color: #501CCC;
}
.BgClassName
{
background-color: #501CCC;
}
</style>
border-color css
<style>
span { border-color: #501CCC; }
span { border-color: rgb(80,28,204); }
td.TdClassName
{
border-color: #501CCC;
}
.TagClassName
{
border-color: #501CCC;
}
</style>