Shades of Purple Heart #502BAF
Tints of Purple Heart #502BAF
RGB
CMYK
RGB Variations
Color information
#502BAF (or 0x502BAF) is known color: Purple Heart. HEX triplet: 50, 2B and AF. RGB value is (80,43,175). Sum of RGB (Red+Green+Blue) = 80+43+175=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #502BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502BAF is #AFD450. Grayscale: #444444. Windows color (decimal): -11523153 or 11479888. OLE color: 11479888.
HSL color Cylindrical-coordinate representation of color #502BAF: hue angle of 256.82º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #502BAF is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 43 | 175 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.31 |
| HSL | 256.82º | 0.61% | 0.43% | - |
| HSV(B) | 256.82º | 0.75% | 0.69% | - |
| XYZ | 11.91 | 6.53 | 41.19 | - |
| YUV | 69.11 | 187.76 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 175 | 0.54 | 0.75 | 0 | 0.31 | 256.82 | 0.61 | 0.43 |
| Hex | 50 | 2B | AF | 36 | 4B | 0 | 1F | 101 | 3D | 2B |
| Octal | 120 | 53 | 257 | 66 | 113 | 0 | 37 | 401 | 75 | 53 |
| Binary | 1010000 | 101011 | 10101111 | 110110 | 1001011 | 0 | 11111 | 100000001 | 111101 | 101011 |
Color Harmonies of #502BAF
Complementary color
Monochromatic Colors of #502BAF
Black with #502BAF
Text Example
Text Example
White with #502BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502BAF; }
p { color: rgb(80,43,175); }
H1.HeaderClassName
{
color: #502BAF;
}
.AnyTagClassName
{
color: #502BAF;
}
</style>
background-color css
<style>
a { background-color: #502BAF; }
a { background-color: rgb(80,43,175); }
div.DivClassName
{
background-color: #502BAF;
}
.BgClassName
{
background-color: #502BAF;
}
</style>
border-color css
<style>
span { border-color: #502BAF; }
span { border-color: rgb(80,43,175); }
td.TdClassName
{
border-color: #502BAF;
}
.TagClassName
{
border-color: #502BAF;
}
</style>