Shades of Purple Heart #500DB4
Tints of Purple Heart #500DB4
RGB
CMYK
RGB Variations
Color information
#500DB4 (or 0x500DB4) is known color: Purple Heart. HEX triplet: 50, 0D and B4. RGB value is (80,13,180). Sum of RGB (Red+Green+Blue) = 80+13+180=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 180 (70.70% from 255 or 65.93% from 273); Max value from RGB is 180 - color contains mainly: blue. Hex color #500DB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500DB4 is #AFF24B. Grayscale: #333333. Windows color (decimal): -11530828 or 11799888. OLE color: 11799888.
HSL color Cylindrical-coordinate representation of color #500DB4: hue angle of 264.07º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500DB4 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 13 | 180 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.29 |
| HSL | 264.07º | 0.87% | 0.38% | - |
| HSV(B) | 264.07º | 0.93% | 0.71% | - |
| XYZ | 11.69 | 5.29 | 43.58 | - |
| YUV | 52.07 | 200.2 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 180 | 0.56 | 0.93 | 0 | 0.29 | 264.07 | 0.87 | 0.38 |
| Hex | 50 | D | B4 | 38 | 5D | 0 | 1D | 108 | 57 | 26 |
| Octal | 120 | 15 | 264 | 70 | 135 | 0 | 35 | 410 | 127 | 46 |
| Binary | 1010000 | 1101 | 10110100 | 111000 | 1011101 | 0 | 11101 | 100001000 | 1010111 | 100110 |
Color Harmonies of #500DB4
Complementary color
Monochromatic Colors of #500DB4
Black with #500DB4
Text Example
Text Example
White with #500DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500DB4; }
p { color: rgb(80,13,180); }
H1.HeaderClassName
{
color: #500DB4;
}
.AnyTagClassName
{
color: #500DB4;
}
</style>
background-color css
<style>
a { background-color: #500DB4; }
a { background-color: rgb(80,13,180); }
div.DivClassName
{
background-color: #500DB4;
}
.BgClassName
{
background-color: #500DB4;
}
</style>
border-color css
<style>
span { border-color: #500DB4; }
span { border-color: rgb(80,13,180); }
td.TdClassName
{
border-color: #500DB4;
}
.TagClassName
{
border-color: #500DB4;
}
</style>