Shades of Purple Heart #5013BD
Tints of Purple Heart #5013BD
RGB
CMYK
RGB Variations
Color information
#5013BD (or 0x5013BD) is known color: Purple Heart. HEX triplet: 50, 13 and BD. RGB value is (80,19,189). Sum of RGB (Red+Green+Blue) = 80+19+189=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #5013BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5013BD is #AFEC42. Grayscale: #383838. Windows color (decimal): -11529283 or 12391248. OLE color: 12391248.
HSL color Cylindrical-coordinate representation of color #5013BD: hue angle of 261.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5013BD is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 19 | 189 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.26 |
| HSL | 261.53º | 0.82% | 0.41% | - |
| HSV(B) | 261.53º | 0.9% | 0.74% | - |
| XYZ | 12.73 | 5.85 | 48.6 | - |
| YUV | 56.62 | 202.71 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 189 | 0.58 | 0.90 | 0 | 0.26 | 261.53 | 0.82 | 0.41 |
| Hex | 50 | 13 | BD | 3A | 5A | 0 | 1A | 106 | 52 | 29 |
| Octal | 120 | 23 | 275 | 72 | 132 | 0 | 32 | 406 | 122 | 51 |
| Binary | 1010000 | 10011 | 10111101 | 111010 | 1011010 | 0 | 11010 | 100000110 | 1010010 | 101001 |
Color Harmonies of #5013BD
Complementary color
Monochromatic Colors of #5013BD
Black with #5013BD
Text Example
Text Example
White with #5013BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5013BD; }
p { color: rgb(80,19,189); }
H1.HeaderClassName
{
color: #5013BD;
}
.AnyTagClassName
{
color: #5013BD;
}
</style>
background-color css
<style>
a { background-color: #5013BD; }
a { background-color: rgb(80,19,189); }
div.DivClassName
{
background-color: #5013BD;
}
.BgClassName
{
background-color: #5013BD;
}
</style>
border-color css
<style>
span { border-color: #5013BD; }
span { border-color: rgb(80,19,189); }
td.TdClassName
{
border-color: #5013BD;
}
.TagClassName
{
border-color: #5013BD;
}
</style>