Shades of Purple Heart #501BC1
Tints of Purple Heart #501BC1
RGB
CMYK
RGB Variations
Color information
#501BC1 (or 0x501BC1) is known color: Purple Heart. HEX triplet: 50, 1B and C1. RGB value is (80,27,193). Sum of RGB (Red+Green+Blue) = 80+27+193=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 193 (75.78% from 255 or 64.33% from 300); Max value from RGB is 193 - color contains mainly: blue. Hex color #501BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501BC1 is #AFE43E. Grayscale: #3D3D3D. Windows color (decimal): -11527231 or 12655440. OLE color: 12655440.
HSL color Cylindrical-coordinate representation of color #501BC1: hue angle of 259.16º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501BC1 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 27 | 193 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.24 |
| HSL | 259.16º | 0.75% | 0.43% | - |
| HSV(B) | 259.16º | 0.86% | 0.76% | - |
| XYZ | 13.33 | 6.34 | 50.97 | - |
| YUV | 61.77 | 202.06 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 193 | 0.59 | 0.86 | 0 | 0.24 | 259.16 | 0.75 | 0.43 |
| Hex | 50 | 1B | C1 | 3B | 56 | 0 | 18 | 103 | 4B | 2B |
| Octal | 120 | 33 | 301 | 73 | 126 | 0 | 30 | 403 | 113 | 53 |
| Binary | 1010000 | 11011 | 11000001 | 111011 | 1010110 | 0 | 11000 | 100000011 | 1001011 | 101011 |
Color Harmonies of #501BC1
Complementary color
Monochromatic Colors of #501BC1
Black with #501BC1
Text Example
Text Example
White with #501BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501BC1; }
p { color: rgb(80,27,193); }
H1.HeaderClassName
{
color: #501BC1;
}
.AnyTagClassName
{
color: #501BC1;
}
</style>
background-color css
<style>
a { background-color: #501BC1; }
a { background-color: rgb(80,27,193); }
div.DivClassName
{
background-color: #501BC1;
}
.BgClassName
{
background-color: #501BC1;
}
</style>
border-color css
<style>
span { border-color: #501BC1; }
span { border-color: rgb(80,27,193); }
td.TdClassName
{
border-color: #501BC1;
}
.TagClassName
{
border-color: #501BC1;
}
</style>