Shades of Purple Heart #502CB4
Tints of Purple Heart #502CB4
RGB
CMYK
RGB Variations
Color information
#502CB4 (or 0x502CB4) is known color: Purple Heart. HEX triplet: 50, 2C and B4. RGB value is (80,44,180). Sum of RGB (Red+Green+Blue) = 80+44+180=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 180 (70.70% from 255 or 59.21% from 304); Max value from RGB is 180 - color contains mainly: blue. Hex color #502CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502CB4 is #AFD34B. Grayscale: #454545. Windows color (decimal): -11522892 or 11807824. OLE color: 11807824.
HSL color Cylindrical-coordinate representation of color #502CB4: hue angle of 255.88º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #502CB4 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 44 | 180 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.29 |
| HSL | 255.88º | 0.61% | 0.44% | - |
| HSV(B) | 255.88º | 0.76% | 0.71% | - |
| XYZ | 12.45 | 6.8 | 43.84 | - |
| YUV | 70.27 | 189.93 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 180 | 0.56 | 0.76 | 0 | 0.29 | 255.88 | 0.61 | 0.44 |
| Hex | 50 | 2C | B4 | 38 | 4C | 0 | 1D | 100 | 3D | 2C |
| Octal | 120 | 54 | 264 | 70 | 114 | 0 | 35 | 400 | 75 | 54 |
| Binary | 1010000 | 101100 | 10110100 | 111000 | 1001100 | 0 | 11101 | 100000000 | 111101 | 101100 |
Color Harmonies of #502CB4
Complementary color
Monochromatic Colors of #502CB4
Black with #502CB4
Text Example
Text Example
White with #502CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502CB4; }
p { color: rgb(80,44,180); }
H1.HeaderClassName
{
color: #502CB4;
}
.AnyTagClassName
{
color: #502CB4;
}
</style>
background-color css
<style>
a { background-color: #502CB4; }
a { background-color: rgb(80,44,180); }
div.DivClassName
{
background-color: #502CB4;
}
.BgClassName
{
background-color: #502CB4;
}
</style>
border-color css
<style>
span { border-color: #502CB4; }
span { border-color: rgb(80,44,180); }
td.TdClassName
{
border-color: #502CB4;
}
.TagClassName
{
border-color: #502CB4;
}
</style>