Shades of Purple Heart #502ECE
Tints of Purple Heart #502ECE
RGB
CMYK
RGB Variations
Color information
#502ECE (or 0x502ECE) is known color: Purple Heart. HEX triplet: 50, 2E and CE. RGB value is (80,46,206). Sum of RGB (Red+Green+Blue) = 80+46+206=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #502ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502ECE is #AFD131. Grayscale: #494949. Windows color (decimal): -11522354 or 13512272. OLE color: 13512272.
HSL color Cylindrical-coordinate representation of color #502ECE: hue angle of 252.75º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #502ECE is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 46 | 206 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.19 |
| HSL | 252.75º | 0.63% | 0.49% | - |
| HSV(B) | 252.75º | 0.78% | 0.81% | - |
| XYZ | 15.43 | 8.12 | 59.15 | - |
| YUV | 74.41 | 202.26 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 206 | 0.61 | 0.78 | 0 | 0.19 | 252.75 | 0.63 | 0.49 |
| Hex | 50 | 2E | CE | 3D | 4E | 0 | 13 | FD | 3F | 31 |
| Octal | 120 | 56 | 316 | 75 | 116 | 0 | 23 | 375 | 77 | 61 |
| Binary | 1010000 | 101110 | 11001110 | 111101 | 1001110 | 0 | 10011 | 11111101 | 111111 | 110001 |
Color Harmonies of #502ECE
Complementary color
Monochromatic Colors of #502ECE
Black with #502ECE
Text Example
Text Example
White with #502ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502ECE; }
p { color: rgb(80,46,206); }
H1.HeaderClassName
{
color: #502ECE;
}
.AnyTagClassName
{
color: #502ECE;
}
</style>
background-color css
<style>
a { background-color: #502ECE; }
a { background-color: rgb(80,46,206); }
div.DivClassName
{
background-color: #502ECE;
}
.BgClassName
{
background-color: #502ECE;
}
</style>
border-color css
<style>
span { border-color: #502ECE; }
span { border-color: rgb(80,46,206); }
td.TdClassName
{
border-color: #502ECE;
}
.TagClassName
{
border-color: #502ECE;
}
</style>