Shades of Purple Heart #5028BC
Tints of Purple Heart #5028BC
RGB
CMYK
RGB Variations
Color information
#5028BC (or 0x5028BC) is known color: Purple Heart. HEX triplet: 50, 28 and BC. RGB value is (80,40,188). Sum of RGB (Red+Green+Blue) = 80+40+188=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #5028BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5028BC is #AFD743. Grayscale: #444444. Windows color (decimal): -11523908 or 12331088. OLE color: 12331088.
HSL color Cylindrical-coordinate representation of color #5028BC: hue angle of 256.22º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5028BC is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 40 | 188 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.26 |
| HSL | 256.22º | 0.65% | 0.45% | - |
| HSV(B) | 256.22º | 0.79% | 0.74% | - |
| XYZ | 13.14 | 6.85 | 48.21 | - |
| YUV | 68.83 | 195.25 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 188 | 0.57 | 0.79 | 0 | 0.26 | 256.22 | 0.65 | 0.45 |
| Hex | 50 | 28 | BC | 39 | 4F | 0 | 1A | 100 | 41 | 2D |
| Octal | 120 | 50 | 274 | 71 | 117 | 0 | 32 | 400 | 101 | 55 |
| Binary | 1010000 | 101000 | 10111100 | 111001 | 1001111 | 0 | 11010 | 100000000 | 1000001 | 101101 |
Color Harmonies of #5028BC
Complementary color
Monochromatic Colors of #5028BC
Black with #5028BC
Text Example
Text Example
White with #5028BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5028BC; }
p { color: rgb(80,40,188); }
H1.HeaderClassName
{
color: #5028BC;
}
.AnyTagClassName
{
color: #5028BC;
}
</style>
background-color css
<style>
a { background-color: #5028BC; }
a { background-color: rgb(80,40,188); }
div.DivClassName
{
background-color: #5028BC;
}
.BgClassName
{
background-color: #5028BC;
}
</style>
border-color css
<style>
span { border-color: #5028BC; }
span { border-color: rgb(80,40,188); }
td.TdClassName
{
border-color: #5028BC;
}
.TagClassName
{
border-color: #5028BC;
}
</style>