Shades of Purple Heart #502BC1
Tints of Purple Heart #502BC1
RGB
CMYK
RGB Variations
Color information
#502BC1 (or 0x502BC1) is known color: Purple Heart. HEX triplet: 50, 2B and C1. RGB value is (80,43,193). Sum of RGB (Red+Green+Blue) = 80+43+193=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 193 (75.78% from 255 or 61.08% from 316); Max value from RGB is 193 - color contains mainly: blue. Hex color #502BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502BC1 is #AFD43E. Grayscale: #464646. Windows color (decimal): -11523135 or 12659536. OLE color: 12659536.
HSL color Cylindrical-coordinate representation of color #502BC1: hue angle of 254.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #502BC1 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 43 | 193 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.24 |
| HSL | 254.8º | 0.64% | 0.46% | - |
| HSV(B) | 254.8º | 0.78% | 0.76% | - |
| XYZ | 13.8 | 7.28 | 51.13 | - |
| YUV | 71.16 | 196.76 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 193 | 0.59 | 0.78 | 0 | 0.24 | 254.8 | 0.64 | 0.46 |
| Hex | 50 | 2B | C1 | 3B | 4E | 0 | 18 | FF | 40 | 2E |
| Octal | 120 | 53 | 301 | 73 | 116 | 0 | 30 | 377 | 100 | 56 |
| Binary | 1010000 | 101011 | 11000001 | 111011 | 1001110 | 0 | 11000 | 11111111 | 1000000 | 101110 |
Color Harmonies of #502BC1
Complementary color
Monochromatic Colors of #502BC1
Black with #502BC1
Text Example
Text Example
White with #502BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502BC1; }
p { color: rgb(80,43,193); }
H1.HeaderClassName
{
color: #502BC1;
}
.AnyTagClassName
{
color: #502BC1;
}
</style>
background-color css
<style>
a { background-color: #502BC1; }
a { background-color: rgb(80,43,193); }
div.DivClassName
{
background-color: #502BC1;
}
.BgClassName
{
background-color: #502BC1;
}
</style>
border-color css
<style>
span { border-color: #502BC1; }
span { border-color: rgb(80,43,193); }
td.TdClassName
{
border-color: #502BC1;
}
.TagClassName
{
border-color: #502BC1;
}
</style>