Shades of Purple Heart #502EC3
Tints of Purple Heart #502EC3
RGB
CMYK
RGB Variations
Color information
#502EC3 (or 0x502EC3) is known color: Purple Heart. HEX triplet: 50, 2E and C3. RGB value is (80,46,195). Sum of RGB (Red+Green+Blue) = 80+46+195=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 195 (76.56% from 255 or 60.75% from 321); Max value from RGB is 195 - color contains mainly: blue. Hex color #502EC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502EC3 is #AFD13C. Grayscale: #484848. Windows color (decimal): -11522365 or 12791376. OLE color: 12791376.
HSL color Cylindrical-coordinate representation of color #502EC3: hue angle of 253.69º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #502EC3 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 46 | 195 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.24 |
| HSL | 253.69º | 0.62% | 0.47% | - |
| HSV(B) | 253.69º | 0.76% | 0.76% | - |
| XYZ | 14.14 | 7.6 | 52.35 | - |
| YUV | 73.15 | 196.76 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 195 | 0.59 | 0.76 | 0 | 0.24 | 253.69 | 0.62 | 0.47 |
| Hex | 50 | 2E | C3 | 3B | 4C | 0 | 18 | FE | 3E | 2F |
| Octal | 120 | 56 | 303 | 73 | 114 | 0 | 30 | 376 | 76 | 57 |
| Binary | 1010000 | 101110 | 11000011 | 111011 | 1001100 | 0 | 11000 | 11111110 | 111110 | 101111 |
Color Harmonies of #502EC3
Complementary color
Monochromatic Colors of #502EC3
Black with #502EC3
Text Example
Text Example
White with #502EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502EC3; }
p { color: rgb(80,46,195); }
H1.HeaderClassName
{
color: #502EC3;
}
.AnyTagClassName
{
color: #502EC3;
}
</style>
background-color css
<style>
a { background-color: #502EC3; }
a { background-color: rgb(80,46,195); }
div.DivClassName
{
background-color: #502EC3;
}
.BgClassName
{
background-color: #502EC3;
}
</style>
border-color css
<style>
span { border-color: #502EC3; }
span { border-color: rgb(80,46,195); }
td.TdClassName
{
border-color: #502EC3;
}
.TagClassName
{
border-color: #502EC3;
}
</style>