Shades of Purple Heart #5027C0
Tints of Purple Heart #5027C0
RGB
CMYK
RGB Variations
Color information
#5027C0 (or 0x5027C0) is known color: Purple Heart. HEX triplet: 50, 27 and C0. RGB value is (80,39,192). Sum of RGB (Red+Green+Blue) = 80+39+192=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 192 (75.39% from 255 or 61.74% from 311); Max value from RGB is 192 - color contains mainly: blue. Hex color #5027C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5027C0 is #AFD83F. Grayscale: #444444. Windows color (decimal): -11524160 or 12592976. OLE color: 12592976.
HSL color Cylindrical-coordinate representation of color #5027C0: hue angle of 256.08º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5027C0 is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 39 | 192 | - |
| CMYK | 0.58 | 0.80 | 0 | 0.25 |
| HSL | 256.08º | 0.66% | 0.45% | - |
| HSV(B) | 256.08º | 0.8% | 0.75% | - |
| XYZ | 13.55 | 6.96 | 50.5 | - |
| YUV | 68.7 | 197.58 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 39 | 192 | 0.58 | 0.80 | 0 | 0.25 | 256.08 | 0.66 | 0.45 |
| Hex | 50 | 27 | C0 | 3A | 50 | 0 | 19 | 100 | 42 | 2D |
| Octal | 120 | 47 | 300 | 72 | 120 | 0 | 31 | 400 | 102 | 55 |
| Binary | 1010000 | 100111 | 11000000 | 111010 | 1010000 | 0 | 11001 | 100000000 | 1000010 | 101101 |
Color Harmonies of #5027C0
Complementary color
Monochromatic Colors of #5027C0
Black with #5027C0
Text Example
Text Example
White with #5027C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5027C0; }
p { color: rgb(80,39,192); }
H1.HeaderClassName
{
color: #5027C0;
}
.AnyTagClassName
{
color: #5027C0;
}
</style>
background-color css
<style>
a { background-color: #5027C0; }
a { background-color: rgb(80,39,192); }
div.DivClassName
{
background-color: #5027C0;
}
.BgClassName
{
background-color: #5027C0;
}
</style>
border-color css
<style>
span { border-color: #5027C0; }
span { border-color: rgb(80,39,192); }
td.TdClassName
{
border-color: #5027C0;
}
.TagClassName
{
border-color: #5027C0;
}
</style>