Shades of Purple Heart #502FDC
Tints of Purple Heart #502FDC
RGB
CMYK
RGB Variations
Color information
#502FDC (or 0x502FDC) is known color: Purple Heart. HEX triplet: 50, 2F and DC. RGB value is (80,47,220). Sum of RGB (Red+Green+Blue) = 80+47+220=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #502FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502FDC is #AFD023. Grayscale: #4B4B4B. Windows color (decimal): -11522084 or 14430032. OLE color: 14430032.
HSL color Cylindrical-coordinate representation of color #502FDC: hue angle of 251.45º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #502FDC is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 47 | 220 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.14 |
| HSL | 251.45º | 0.71% | 0.52% | - |
| HSV(B) | 251.45º | 0.79% | 0.86% | - |
| XYZ | 17.24 | 8.91 | 68.52 | - |
| YUV | 76.59 | 208.93 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 220 | 0.64 | 0.79 | 0 | 0.14 | 251.45 | 0.71 | 0.52 |
| Hex | 50 | 2F | DC | 40 | 4F | 0 | E | FB | 47 | 34 |
| Octal | 120 | 57 | 334 | 100 | 117 | 0 | 16 | 373 | 107 | 64 |
| Binary | 1010000 | 101111 | 11011100 | 1000000 | 1001111 | 0 | 1110 | 11111011 | 1000111 | 110100 |
Color Harmonies of #502FDC
Complementary color
Monochromatic Colors of #502FDC
Black with #502FDC
Text Example
Text Example
White with #502FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502FDC; }
p { color: rgb(80,47,220); }
H1.HeaderClassName
{
color: #502FDC;
}
.AnyTagClassName
{
color: #502FDC;
}
</style>
background-color css
<style>
a { background-color: #502FDC; }
a { background-color: rgb(80,47,220); }
div.DivClassName
{
background-color: #502FDC;
}
.BgClassName
{
background-color: #502FDC;
}
</style>
border-color css
<style>
span { border-color: #502FDC; }
span { border-color: rgb(80,47,220); }
td.TdClassName
{
border-color: #502FDC;
}
.TagClassName
{
border-color: #502FDC;
}
</style>