Shades of Purple Heart #5034D1
Tints of Purple Heart #5034D1
RGB
CMYK
RGB Variations
Color information
#5034D1 (or 0x5034D1) is known color: Purple Heart. HEX triplet: 50, 34 and D1. RGB value is (80,52,209). Sum of RGB (Red+Green+Blue) = 80+52+209=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 209 (82.03% from 255 or 61.29% from 341); Max value from RGB is 209 - color contains mainly: blue. Hex color #5034D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5034D1 is #AFCB2E. Grayscale: #4D4D4D. Windows color (decimal): -11520815 or 13710416. OLE color: 13710416.
HSL color Cylindrical-coordinate representation of color #5034D1: hue angle of 250.7º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5034D1 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 52 | 209 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.18 |
| HSL | 250.7º | 0.63% | 0.51% | - |
| HSV(B) | 250.7º | 0.75% | 0.82% | - |
| XYZ | 16.04 | 8.76 | 61.17 | - |
| YUV | 78.27 | 201.78 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 52 | 209 | 0.62 | 0.75 | 0 | 0.18 | 250.7 | 0.63 | 0.51 |
| Hex | 50 | 34 | D1 | 3E | 4B | 0 | 12 | FB | 3F | 33 |
| Octal | 120 | 64 | 321 | 76 | 113 | 0 | 22 | 373 | 77 | 63 |
| Binary | 1010000 | 110100 | 11010001 | 111110 | 1001011 | 0 | 10010 | 11111011 | 111111 | 110011 |
Color Harmonies of #5034D1
Complementary color
Monochromatic Colors of #5034D1
Black with #5034D1
Text Example
Text Example
White with #5034D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5034D1; }
p { color: rgb(80,52,209); }
H1.HeaderClassName
{
color: #5034D1;
}
.AnyTagClassName
{
color: #5034D1;
}
</style>
background-color css
<style>
a { background-color: #5034D1; }
a { background-color: rgb(80,52,209); }
div.DivClassName
{
background-color: #5034D1;
}
.BgClassName
{
background-color: #5034D1;
}
</style>
border-color css
<style>
span { border-color: #5034D1; }
span { border-color: rgb(80,52,209); }
td.TdClassName
{
border-color: #5034D1;
}
.TagClassName
{
border-color: #5034D1;
}
</style>