Shades of Purple Heart #502DCB
Tints of Purple Heart #502DCB
RGB
CMYK
RGB Variations
Color information
#502DCB (or 0x502DCB) is known color: Purple Heart. HEX triplet: 50, 2D and CB. RGB value is (80,45,203). Sum of RGB (Red+Green+Blue) = 80+45+203=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #502DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502DCB is #AFD234. Grayscale: #484848. Windows color (decimal): -11522613 or 13315408. OLE color: 13315408.
HSL color Cylindrical-coordinate representation of color #502DCB: hue angle of 253.29º degrees, saturation: 0.64, 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 #502DCB is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 45 | 203 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.20 |
| HSL | 253.29º | 0.64% | 0.49% | - |
| HSV(B) | 253.29º | 0.78% | 0.8% | - |
| XYZ | 15.03 | 7.89 | 57.23 | - |
| YUV | 73.48 | 201.1 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 203 | 0.61 | 0.78 | 0 | 0.20 | 253.29 | 0.64 | 0.49 |
| Hex | 50 | 2D | CB | 3D | 4E | 0 | 14 | FD | 40 | 31 |
| Octal | 120 | 55 | 313 | 75 | 116 | 0 | 24 | 375 | 100 | 61 |
| Binary | 1010000 | 101101 | 11001011 | 111101 | 1001110 | 0 | 10100 | 11111101 | 1000000 | 110001 |
Color Harmonies of #502DCB
Complementary color
Monochromatic Colors of #502DCB
Black with #502DCB
Text Example
Text Example
White with #502DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502DCB; }
p { color: rgb(80,45,203); }
H1.HeaderClassName
{
color: #502DCB;
}
.AnyTagClassName
{
color: #502DCB;
}
</style>
background-color css
<style>
a { background-color: #502DCB; }
a { background-color: rgb(80,45,203); }
div.DivClassName
{
background-color: #502DCB;
}
.BgClassName
{
background-color: #502DCB;
}
</style>
border-color css
<style>
span { border-color: #502DCB; }
span { border-color: rgb(80,45,203); }
td.TdClassName
{
border-color: #502DCB;
}
.TagClassName
{
border-color: #502DCB;
}
</style>