Shades of Purple Heart #5024C6
Tints of Purple Heart #5024C6
RGB
CMYK
RGB Variations
Color information
#5024C6 (or 0x5024C6) is known color: Purple Heart. HEX triplet: 50, 24 and C6. RGB value is (80,36,198). Sum of RGB (Red+Green+Blue) = 80+36+198=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 198 (77.73% from 255 or 63.06% from 314); Max value from RGB is 198 - color contains mainly: blue. Hex color #5024C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5024C6 is #AFDB39. Grayscale: #434343. Windows color (decimal): -11524922 or 12985424. OLE color: 12985424.
HSL color Cylindrical-coordinate representation of color #5024C6: hue angle of 256.3º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5024C6 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 36 | 198 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.22 |
| HSL | 256.3º | 0.69% | 0.46% | - |
| HSV(B) | 256.3º | 0.82% | 0.78% | - |
| XYZ | 14.13 | 7.04 | 54.04 | - |
| YUV | 67.62 | 201.58 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 36 | 198 | 0.60 | 0.82 | 0 | 0.22 | 256.3 | 0.69 | 0.46 |
| Hex | 50 | 24 | C6 | 3C | 52 | 0 | 16 | 100 | 45 | 2E |
| Octal | 120 | 44 | 306 | 74 | 122 | 0 | 26 | 400 | 105 | 56 |
| Binary | 1010000 | 100100 | 11000110 | 111100 | 1010010 | 0 | 10110 | 100000000 | 1000101 | 101110 |
Color Harmonies of #5024C6
Complementary color
Monochromatic Colors of #5024C6
Black with #5024C6
Text Example
Text Example
White with #5024C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5024C6; }
p { color: rgb(80,36,198); }
H1.HeaderClassName
{
color: #5024C6;
}
.AnyTagClassName
{
color: #5024C6;
}
</style>
background-color css
<style>
a { background-color: #5024C6; }
a { background-color: rgb(80,36,198); }
div.DivClassName
{
background-color: #5024C6;
}
.BgClassName
{
background-color: #5024C6;
}
</style>
border-color css
<style>
span { border-color: #5024C6; }
span { border-color: rgb(80,36,198); }
td.TdClassName
{
border-color: #5024C6;
}
.TagClassName
{
border-color: #5024C6;
}
</style>