Shades of Purple Heart #502ECC
Tints of Purple Heart #502ECC
RGB
CMYK
RGB Variations
Color information
#502ECC (or 0x502ECC) is known color: Purple Heart. HEX triplet: 50, 2E and CC. RGB value is (80,46,204). Sum of RGB (Red+Green+Blue) = 80+46+204=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #502ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502ECC is #AFD133. Grayscale: #494949. Windows color (decimal): -11522356 or 13381200. OLE color: 13381200.
HSL color Cylindrical-coordinate representation of color #502ECC: hue angle of 252.91º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #502ECC is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 46 | 204 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.2 |
| HSL | 252.91º | 0.63% | 0.49% | - |
| HSV(B) | 252.91º | 0.77% | 0.8% | - |
| XYZ | 15.18 | 8.02 | 57.87 | - |
| YUV | 74.18 | 201.26 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 204 | 0.61 | 0.77 | 0 | 0.2 | 252.91 | 0.63 | 0.49 |
| Hex | 50 | 2E | CC | 3D | 4D | 0 | 14 | FD | 3F | 31 |
| Octal | 120 | 56 | 314 | 75 | 115 | 0 | 24 | 375 | 77 | 61 |
| Binary | 1010000 | 101110 | 11001100 | 111101 | 1001101 | 0 | 10100 | 11111101 | 111111 | 110001 |
Color Harmonies of #502ECC
Complementary color
Monochromatic Colors of #502ECC
Black with #502ECC
Text Example
Text Example
White with #502ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502ECC; }
p { color: rgb(80,46,204); }
H1.HeaderClassName
{
color: #502ECC;
}
.AnyTagClassName
{
color: #502ECC;
}
</style>
background-color css
<style>
a { background-color: #502ECC; }
a { background-color: rgb(80,46,204); }
div.DivClassName
{
background-color: #502ECC;
}
.BgClassName
{
background-color: #502ECC;
}
</style>
border-color css
<style>
span { border-color: #502ECC; }
span { border-color: rgb(80,46,204); }
td.TdClassName
{
border-color: #502ECC;
}
.TagClassName
{
border-color: #502ECC;
}
</style>