Shades of Purple Heart #502CCB
Tints of Purple Heart #502CCB
RGB
CMYK
RGB Variations
Color information
#502CCB (or 0x502CCB) is known color: Purple Heart. HEX triplet: 50, 2C and CB. RGB value is (80,44,203). Sum of RGB (Red+Green+Blue) = 80+44+203=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #502CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502CCB is #AFD334. Grayscale: #484848. Windows color (decimal): -11522869 or 13315152. OLE color: 13315152.
HSL color Cylindrical-coordinate representation of color #502CCB: hue angle of 253.58º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #502CCB is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 44 | 203 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.20 |
| HSL | 253.58º | 0.64% | 0.48% | - |
| HSV(B) | 253.58º | 0.78% | 0.8% | - |
| XYZ | 14.99 | 7.82 | 57.22 | - |
| YUV | 72.89 | 201.43 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 203 | 0.61 | 0.78 | 0 | 0.20 | 253.58 | 0.64 | 0.48 |
| Hex | 50 | 2C | CB | 3D | 4E | 0 | 14 | FE | 40 | 30 |
| Octal | 120 | 54 | 313 | 75 | 116 | 0 | 24 | 376 | 100 | 60 |
| Binary | 1010000 | 101100 | 11001011 | 111101 | 1001110 | 0 | 10100 | 11111110 | 1000000 | 110000 |
Color Harmonies of #502CCB
Complementary color
Monochromatic Colors of #502CCB
Black with #502CCB
Text Example
Text Example
White with #502CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502CCB; }
p { color: rgb(80,44,203); }
H1.HeaderClassName
{
color: #502CCB;
}
.AnyTagClassName
{
color: #502CCB;
}
</style>
background-color css
<style>
a { background-color: #502CCB; }
a { background-color: rgb(80,44,203); }
div.DivClassName
{
background-color: #502CCB;
}
.BgClassName
{
background-color: #502CCB;
}
</style>
border-color css
<style>
span { border-color: #502CCB; }
span { border-color: rgb(80,44,203); }
td.TdClassName
{
border-color: #502CCB;
}
.TagClassName
{
border-color: #502CCB;
}
</style>