Shades of Purple Heart #502CCC
Tints of Purple Heart #502CCC
RGB
CMYK
RGB Variations
Color information
#502CCC (or 0x502CCC) is known color: Purple Heart. HEX triplet: 50, 2C and CC. RGB value is (80,44,204). Sum of RGB (Red+Green+Blue) = 80+44+204=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #502CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502CCC is #AFD333. Grayscale: #484848. Windows color (decimal): -11522868 or 13380688. OLE color: 13380688.
HSL color Cylindrical-coordinate representation of color #502CCC: hue angle of 253.5º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #502CCC is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 44 | 204 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.2 |
| HSL | 253.5º | 0.65% | 0.49% | - |
| HSV(B) | 253.5º | 0.78% | 0.8% | - |
| XYZ | 15.11 | 7.87 | 57.85 | - |
| YUV | 73 | 201.93 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 204 | 0.61 | 0.78 | 0 | 0.2 | 253.5 | 0.65 | 0.49 |
| Hex | 50 | 2C | CC | 3D | 4E | 0 | 14 | FE | 41 | 31 |
| Octal | 120 | 54 | 314 | 75 | 116 | 0 | 24 | 376 | 101 | 61 |
| Binary | 1010000 | 101100 | 11001100 | 111101 | 1001110 | 0 | 10100 | 11111110 | 1000001 | 110001 |
Color Harmonies of #502CCC
Complementary color
Monochromatic Colors of #502CCC
Black with #502CCC
Text Example
Text Example
White with #502CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502CCC; }
p { color: rgb(80,44,204); }
H1.HeaderClassName
{
color: #502CCC;
}
.AnyTagClassName
{
color: #502CCC;
}
</style>
background-color css
<style>
a { background-color: #502CCC; }
a { background-color: rgb(80,44,204); }
div.DivClassName
{
background-color: #502CCC;
}
.BgClassName
{
background-color: #502CCC;
}
</style>
border-color css
<style>
span { border-color: #502CCC; }
span { border-color: rgb(80,44,204); }
td.TdClassName
{
border-color: #502CCC;
}
.TagClassName
{
border-color: #502CCC;
}
</style>