Shades of Purple Heart #502FCD
Tints of Purple Heart #502FCD
RGB
CMYK
RGB Variations
Color information
#502FCD (or 0x502FCD) is known color: Purple Heart. HEX triplet: 50, 2F and CD. RGB value is (80,47,205). Sum of RGB (Red+Green+Blue) = 80+47+205=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #502FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502FCD is #AFD032. Grayscale: #4A4A4A. Windows color (decimal): -11522099 or 13446992. OLE color: 13446992.
HSL color Cylindrical-coordinate representation of color #502FCD: hue angle of 252.53º 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 #502FCD is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 47 | 205 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.20 |
| HSL | 252.53º | 0.63% | 0.49% | - |
| HSV(B) | 252.53º | 0.77% | 0.8% | - |
| XYZ | 15.34 | 8.15 | 58.52 | - |
| YUV | 74.88 | 201.43 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 205 | 0.61 | 0.77 | 0 | 0.20 | 252.53 | 0.63 | 0.49 |
| Hex | 50 | 2F | CD | 3D | 4D | 0 | 14 | FD | 3F | 31 |
| Octal | 120 | 57 | 315 | 75 | 115 | 0 | 24 | 375 | 77 | 61 |
| Binary | 1010000 | 101111 | 11001101 | 111101 | 1001101 | 0 | 10100 | 11111101 | 111111 | 110001 |
Color Harmonies of #502FCD
Complementary color
Monochromatic Colors of #502FCD
Black with #502FCD
Text Example
Text Example
White with #502FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502FCD; }
p { color: rgb(80,47,205); }
H1.HeaderClassName
{
color: #502FCD;
}
.AnyTagClassName
{
color: #502FCD;
}
</style>
background-color css
<style>
a { background-color: #502FCD; }
a { background-color: rgb(80,47,205); }
div.DivClassName
{
background-color: #502FCD;
}
.BgClassName
{
background-color: #502FCD;
}
</style>
border-color css
<style>
span { border-color: #502FCD; }
span { border-color: rgb(80,47,205); }
td.TdClassName
{
border-color: #502FCD;
}
.TagClassName
{
border-color: #502FCD;
}
</style>