Shades of Purple Heart #502FC5
Tints of Purple Heart #502FC5
RGB
CMYK
RGB Variations
Color information
#502FC5 (or 0x502FC5) is known color: Purple Heart. HEX triplet: 50, 2F and C5. RGB value is (80,47,197). Sum of RGB (Red+Green+Blue) = 80+47+197=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 197 (77.34% from 255 or 60.80% from 324); Max value from RGB is 197 - color contains mainly: blue. Hex color #502FC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502FC5 is #AFD03A. Grayscale: #494949. Windows color (decimal): -11522107 or 12922704. OLE color: 12922704.
HSL color Cylindrical-coordinate representation of color #502FC5: hue angle of 253.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #502FC5 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 47 | 197 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.23 |
| HSL | 253.2º | 0.61% | 0.48% | - |
| HSV(B) | 253.2º | 0.76% | 0.77% | - |
| XYZ | 14.4 | 7.77 | 53.56 | - |
| YUV | 73.97 | 197.43 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 197 | 0.59 | 0.76 | 0 | 0.23 | 253.2 | 0.61 | 0.48 |
| Hex | 50 | 2F | C5 | 3B | 4C | 0 | 17 | FD | 3D | 30 |
| Octal | 120 | 57 | 305 | 73 | 114 | 0 | 27 | 375 | 75 | 60 |
| Binary | 1010000 | 101111 | 11000101 | 111011 | 1001100 | 0 | 10111 | 11111101 | 111101 | 110000 |
Color Harmonies of #502FC5
Complementary color
Monochromatic Colors of #502FC5
Black with #502FC5
Text Example
Text Example
White with #502FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502FC5; }
p { color: rgb(80,47,197); }
H1.HeaderClassName
{
color: #502FC5;
}
.AnyTagClassName
{
color: #502FC5;
}
</style>
background-color css
<style>
a { background-color: #502FC5; }
a { background-color: rgb(80,47,197); }
div.DivClassName
{
background-color: #502FC5;
}
.BgClassName
{
background-color: #502FC5;
}
</style>
border-color css
<style>
span { border-color: #502FC5; }
span { border-color: rgb(80,47,197); }
td.TdClassName
{
border-color: #502FC5;
}
.TagClassName
{
border-color: #502FC5;
}
</style>