Shades of Purple Heart #5034AF
Tints of Purple Heart #5034AF
RGB
CMYK
RGB Variations
Color information
#5034AF (or 0x5034AF) is known color: Purple Heart. HEX triplet: 50, 34 and AF. RGB value is (80,52,175). Sum of RGB (Red+Green+Blue) = 80+52+175=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #5034AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5034AF is #AFCB50. Grayscale: #494949. Windows color (decimal): -11520849 or 11482192. OLE color: 11482192.
HSL color Cylindrical-coordinate representation of color #5034AF: hue angle of 253.66º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5034AF is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 52 | 175 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.31 |
| HSL | 253.66º | 0.54% | 0.45% | - |
| HSV(B) | 253.66º | 0.7% | 0.69% | - |
| XYZ | 12.27 | 7.26 | 41.31 | - |
| YUV | 74.39 | 184.78 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 52 | 175 | 0.54 | 0.70 | 0 | 0.31 | 253.66 | 0.54 | 0.45 |
| Hex | 50 | 34 | AF | 36 | 46 | 0 | 1F | FE | 36 | 2D |
| Octal | 120 | 64 | 257 | 66 | 106 | 0 | 37 | 376 | 66 | 55 |
| Binary | 1010000 | 110100 | 10101111 | 110110 | 1000110 | 0 | 11111 | 11111110 | 110110 | 101101 |
Color Harmonies of #5034AF
Complementary color
Monochromatic Colors of #5034AF
Black with #5034AF
Text Example
Text Example
White with #5034AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5034AF; }
p { color: rgb(80,52,175); }
H1.HeaderClassName
{
color: #5034AF;
}
.AnyTagClassName
{
color: #5034AF;
}
</style>
background-color css
<style>
a { background-color: #5034AF; }
a { background-color: rgb(80,52,175); }
div.DivClassName
{
background-color: #5034AF;
}
.BgClassName
{
background-color: #5034AF;
}
</style>
border-color css
<style>
span { border-color: #5034AF; }
span { border-color: rgb(80,52,175); }
td.TdClassName
{
border-color: #5034AF;
}
.TagClassName
{
border-color: #5034AF;
}
</style>