Shades of Purple Heart #5012B3
Tints of Purple Heart #5012B3
RGB
CMYK
RGB Variations
Color information
#5012B3 (or 0x5012B3) is known color: Purple Heart. HEX triplet: 50, 12 and B3. RGB value is (80,18,179). Sum of RGB (Red+Green+Blue) = 80+18+179=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 179 (70.31% from 255 or 64.62% from 277); Max value from RGB is 179 - color contains mainly: blue. Hex color #5012B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5012B3 is #AFED4C. Grayscale: #363636. Windows color (decimal): -11529549 or 11735632. OLE color: 11735632.
HSL color Cylindrical-coordinate representation of color #5012B3: hue angle of 263.11º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5012B3 is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 80 | 18 | 179 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.30 |
| HSL | 263.11º | 0.82% | 0.39% | - |
| HSV(B) | 263.11º | 0.9% | 0.7% | - |
| XYZ | 11.66 | 5.39 | 43.07 | - |
| YUV | 54.89 | 198.04 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 179 | 0.55 | 0.90 | 0 | 0.30 | 263.11 | 0.82 | 0.39 |
| Hex | 50 | 12 | B3 | 37 | 5A | 0 | 1E | 107 | 52 | 27 |
| Octal | 120 | 22 | 263 | 67 | 132 | 0 | 36 | 407 | 122 | 47 |
| Binary | 1010000 | 10010 | 10110011 | 110111 | 1011010 | 0 | 11110 | 100000111 | 1010010 | 100111 |
Color Harmonies of #5012B3
Complementary color
Monochromatic Colors of #5012B3
Black with #5012B3
Text Example
Text Example
White with #5012B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5012B3; }
p { color: rgb(80,18,179); }
H1.HeaderClassName
{
color: #5012B3;
}
.AnyTagClassName
{
color: #5012B3;
}
</style>
background-color css
<style>
a { background-color: #5012B3; }
a { background-color: rgb(80,18,179); }
div.DivClassName
{
background-color: #5012B3;
}
.BgClassName
{
background-color: #5012B3;
}
</style>
border-color css
<style>
span { border-color: #5012B3; }
span { border-color: rgb(80,18,179); }
td.TdClassName
{
border-color: #5012B3;
}
.TagClassName
{
border-color: #5012B3;
}
</style>