Shades of Purple Heart #502BD5
Tints of Purple Heart #502BD5
RGB
CMYK
RGB Variations
Color information
#502BD5 (or 0x502BD5) is known color: Purple Heart. HEX triplet: 50, 2B and D5. RGB value is (80,43,213). Sum of RGB (Red+Green+Blue) = 80+43+213=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 213 (83.59% from 255 or 63.39% from 336); Max value from RGB is 213 - color contains mainly: blue. Hex color #502BD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502BD5 is #AFD42A. Grayscale: #484848. Windows color (decimal): -11523115 or 13970256. OLE color: 13970256.
HSL color Cylindrical-coordinate representation of color #502BD5: hue angle of 253.06º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #502BD5 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 43 | 213 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.16 |
| HSL | 253.06º | 0.67% | 0.5% | - |
| HSV(B) | 253.06º | 0.8% | 0.84% | - |
| XYZ | 16.18 | 8.24 | 63.69 | - |
| YUV | 73.44 | 206.76 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 213 | 0.62 | 0.80 | 0 | 0.16 | 253.06 | 0.67 | 0.5 |
| Hex | 50 | 2B | D5 | 3E | 50 | 0 | 10 | FD | 43 | 32 |
| Octal | 120 | 53 | 325 | 76 | 120 | 0 | 20 | 375 | 103 | 62 |
| Binary | 1010000 | 101011 | 11010101 | 111110 | 1010000 | 0 | 10000 | 11111101 | 1000011 | 110010 |
Color Harmonies of #502BD5
Complementary color
Monochromatic Colors of #502BD5
Black with #502BD5
Text Example
Text Example
White with #502BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502BD5; }
p { color: rgb(80,43,213); }
H1.HeaderClassName
{
color: #502BD5;
}
.AnyTagClassName
{
color: #502BD5;
}
</style>
background-color css
<style>
a { background-color: #502BD5; }
a { background-color: rgb(80,43,213); }
div.DivClassName
{
background-color: #502BD5;
}
.BgClassName
{
background-color: #502BD5;
}
</style>
border-color css
<style>
span { border-color: #502BD5; }
span { border-color: rgb(80,43,213); }
td.TdClassName
{
border-color: #502BD5;
}
.TagClassName
{
border-color: #502BD5;
}
</style>