Shades of Purple Heart #5035D3
Tints of Purple Heart #5035D3
RGB
CMYK
RGB Variations
Color information
#5035D3 (or 0x5035D3) is known color: Purple Heart. HEX triplet: 50, 35 and D3. RGB value is (80,53,211). Sum of RGB (Red+Green+Blue) = 80+53+211=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 211 (82.81% from 255 or 61.34% from 344); Max value from RGB is 211 - color contains mainly: blue. Hex color #5035D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5035D3 is #AFCA2C. Grayscale: #4E4E4E. Windows color (decimal): -11520557 or 13841744. OLE color: 13841744.
HSL color Cylindrical-coordinate representation of color #5035D3: hue angle of 250.25º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5035D3 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 53 | 211 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.17 |
| HSL | 250.25º | 0.64% | 0.52% | - |
| HSV(B) | 250.25º | 0.75% | 0.83% | - |
| XYZ | 16.34 | 8.95 | 62.5 | - |
| YUV | 79.09 | 202.45 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 211 | 0.62 | 0.75 | 0 | 0.17 | 250.25 | 0.64 | 0.52 |
| Hex | 50 | 35 | D3 | 3E | 4B | 0 | 11 | FA | 40 | 34 |
| Octal | 120 | 65 | 323 | 76 | 113 | 0 | 21 | 372 | 100 | 64 |
| Binary | 1010000 | 110101 | 11010011 | 111110 | 1001011 | 0 | 10001 | 11111010 | 1000000 | 110100 |
Color Harmonies of #5035D3
Complementary color
Monochromatic Colors of #5035D3
Black with #5035D3
Text Example
Text Example
White with #5035D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5035D3; }
p { color: rgb(80,53,211); }
H1.HeaderClassName
{
color: #5035D3;
}
.AnyTagClassName
{
color: #5035D3;
}
</style>
background-color css
<style>
a { background-color: #5035D3; }
a { background-color: rgb(80,53,211); }
div.DivClassName
{
background-color: #5035D3;
}
.BgClassName
{
background-color: #5035D3;
}
</style>
border-color css
<style>
span { border-color: #5035D3; }
span { border-color: rgb(80,53,211); }
td.TdClassName
{
border-color: #5035D3;
}
.TagClassName
{
border-color: #5035D3;
}
</style>