Shades of Purple Heart #501CC9
Tints of Purple Heart #501CC9
RGB
CMYK
RGB Variations
Color information
#501CC9 (or 0x501CC9) is known color: Purple Heart. HEX triplet: 50, 1C and C9. RGB value is (80,28,201). Sum of RGB (Red+Green+Blue) = 80+28+201=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 201 (78.91% from 255 or 65.05% from 309); Max value from RGB is 201 - color contains mainly: blue. Hex color #501CC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501CC9 is #AFE336. Grayscale: #3E3E3E. Windows color (decimal): -11526967 or 13179984. OLE color: 13179984.
HSL color Cylindrical-coordinate representation of color #501CC9: hue angle of 258.03º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501CC9 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 28 | 201 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.21 |
| HSL | 258.03º | 0.76% | 0.45% | - |
| HSV(B) | 258.03º | 0.86% | 0.79% | - |
| XYZ | 14.27 | 6.75 | 55.81 | - |
| YUV | 63.27 | 205.73 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 201 | 0.60 | 0.86 | 0 | 0.21 | 258.03 | 0.76 | 0.45 |
| Hex | 50 | 1C | C9 | 3C | 56 | 0 | 15 | 102 | 4C | 2D |
| Octal | 120 | 34 | 311 | 74 | 126 | 0 | 25 | 402 | 114 | 55 |
| Binary | 1010000 | 11100 | 11001001 | 111100 | 1010110 | 0 | 10101 | 100000010 | 1001100 | 101101 |
Color Harmonies of #501CC9
Complementary color
Monochromatic Colors of #501CC9
Black with #501CC9
Text Example
Text Example
White with #501CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501CC9; }
p { color: rgb(80,28,201); }
H1.HeaderClassName
{
color: #501CC9;
}
.AnyTagClassName
{
color: #501CC9;
}
</style>
background-color css
<style>
a { background-color: #501CC9; }
a { background-color: rgb(80,28,201); }
div.DivClassName
{
background-color: #501CC9;
}
.BgClassName
{
background-color: #501CC9;
}
</style>
border-color css
<style>
span { border-color: #501CC9; }
span { border-color: rgb(80,28,201); }
td.TdClassName
{
border-color: #501CC9;
}
.TagClassName
{
border-color: #501CC9;
}
</style>