Shades of Purple Heart #501CC5
Tints of Purple Heart #501CC5
RGB
CMYK
RGB Variations
Color information
#501CC5 (or 0x501CC5) is known color: Purple Heart. HEX triplet: 50, 1C and C5. RGB value is (80,28,197). Sum of RGB (Red+Green+Blue) = 80+28+197=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 197 (77.34% from 255 or 64.59% from 305); Max value from RGB is 197 - color contains mainly: blue. Hex color #501CC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501CC5 is #AFE33A. Grayscale: #3E3E3E. Windows color (decimal): -11526971 or 12917840. OLE color: 12917840.
HSL color Cylindrical-coordinate representation of color #501CC5: hue angle of 258.46º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501CC5 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 28 | 197 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.23 |
| HSL | 258.46º | 0.75% | 0.44% | - |
| HSV(B) | 258.46º | 0.86% | 0.77% | - |
| XYZ | 13.8 | 6.57 | 53.36 | - |
| YUV | 62.81 | 203.73 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 197 | 0.59 | 0.86 | 0 | 0.23 | 258.46 | 0.75 | 0.44 |
| Hex | 50 | 1C | C5 | 3B | 56 | 0 | 17 | 102 | 4B | 2C |
| Octal | 120 | 34 | 305 | 73 | 126 | 0 | 27 | 402 | 113 | 54 |
| Binary | 1010000 | 11100 | 11000101 | 111011 | 1010110 | 0 | 10111 | 100000010 | 1001011 | 101100 |
Color Harmonies of #501CC5
Complementary color
Monochromatic Colors of #501CC5
Black with #501CC5
Text Example
Text Example
White with #501CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501CC5; }
p { color: rgb(80,28,197); }
H1.HeaderClassName
{
color: #501CC5;
}
.AnyTagClassName
{
color: #501CC5;
}
</style>
background-color css
<style>
a { background-color: #501CC5; }
a { background-color: rgb(80,28,197); }
div.DivClassName
{
background-color: #501CC5;
}
.BgClassName
{
background-color: #501CC5;
}
</style>
border-color css
<style>
span { border-color: #501CC5; }
span { border-color: rgb(80,28,197); }
td.TdClassName
{
border-color: #501CC5;
}
.TagClassName
{
border-color: #501CC5;
}
</style>