Shades of Purple Heart #501BC5
Tints of Purple Heart #501BC5
RGB
CMYK
RGB Variations
Color information
#501BC5 (or 0x501BC5) is known color: Purple Heart. HEX triplet: 50, 1B and C5. RGB value is (80,27,197). Sum of RGB (Red+Green+Blue) = 80+27+197=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 197 (77.34% from 255 or 64.80% from 304); Max value from RGB is 197 - color contains mainly: blue. Hex color #501BC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501BC5 is #AFE43A. Grayscale: #3D3D3D. Windows color (decimal): -11527227 or 12917584. OLE color: 12917584.
HSL color Cylindrical-coordinate representation of color #501BC5: hue angle of 258.71º degrees, saturation: 0.76, 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 #501BC5 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 27 | 197 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.23 |
| HSL | 258.71º | 0.76% | 0.44% | - |
| HSV(B) | 258.71º | 0.86% | 0.77% | - |
| XYZ | 13.78 | 6.52 | 53.36 | - |
| YUV | 62.23 | 204.06 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 197 | 0.59 | 0.86 | 0 | 0.23 | 258.71 | 0.76 | 0.44 |
| Hex | 50 | 1B | C5 | 3B | 56 | 0 | 17 | 103 | 4C | 2C |
| Octal | 120 | 33 | 305 | 73 | 126 | 0 | 27 | 403 | 114 | 54 |
| Binary | 1010000 | 11011 | 11000101 | 111011 | 1010110 | 0 | 10111 | 100000011 | 1001100 | 101100 |
Color Harmonies of #501BC5
Complementary color
Monochromatic Colors of #501BC5
Black with #501BC5
Text Example
Text Example
White with #501BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501BC5; }
p { color: rgb(80,27,197); }
H1.HeaderClassName
{
color: #501BC5;
}
.AnyTagClassName
{
color: #501BC5;
}
</style>
background-color css
<style>
a { background-color: #501BC5; }
a { background-color: rgb(80,27,197); }
div.DivClassName
{
background-color: #501BC5;
}
.BgClassName
{
background-color: #501BC5;
}
</style>
border-color css
<style>
span { border-color: #501BC5; }
span { border-color: rgb(80,27,197); }
td.TdClassName
{
border-color: #501BC5;
}
.TagClassName
{
border-color: #501BC5;
}
</style>