Shades of Purple Heart #5028AF
Tints of Purple Heart #5028AF
RGB
CMYK
RGB Variations
Color information
#5028AF (or 0x5028AF) is known color: Purple Heart. HEX triplet: 50, 28 and AF. RGB value is (80,40,175). Sum of RGB (Red+Green+Blue) = 80+40+175=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #5028AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5028AF is #AFD750. Grayscale: #424242. Windows color (decimal): -11523921 or 11479120. OLE color: 11479120.
HSL color Cylindrical-coordinate representation of color #5028AF: hue angle of 257.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5028AF is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 40 | 175 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.31 |
| HSL | 257.78º | 0.63% | 0.42% | - |
| HSV(B) | 257.78º | 0.77% | 0.69% | - |
| XYZ | 11.8 | 6.32 | 41.15 | - |
| YUV | 67.35 | 188.75 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 175 | 0.54 | 0.77 | 0 | 0.31 | 257.78 | 0.63 | 0.42 |
| Hex | 50 | 28 | AF | 36 | 4D | 0 | 1F | 102 | 3F | 2A |
| Octal | 120 | 50 | 257 | 66 | 115 | 0 | 37 | 402 | 77 | 52 |
| Binary | 1010000 | 101000 | 10101111 | 110110 | 1001101 | 0 | 11111 | 100000010 | 111111 | 101010 |
Color Harmonies of #5028AF
Complementary color
Monochromatic Colors of #5028AF
Black with #5028AF
Text Example
Text Example
White with #5028AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5028AF; }
p { color: rgb(80,40,175); }
H1.HeaderClassName
{
color: #5028AF;
}
.AnyTagClassName
{
color: #5028AF;
}
</style>
background-color css
<style>
a { background-color: #5028AF; }
a { background-color: rgb(80,40,175); }
div.DivClassName
{
background-color: #5028AF;
}
.BgClassName
{
background-color: #5028AF;
}
</style>
border-color css
<style>
span { border-color: #5028AF; }
span { border-color: rgb(80,40,175); }
td.TdClassName
{
border-color: #5028AF;
}
.TagClassName
{
border-color: #5028AF;
}
</style>