Shades of Purple Heart #502FAF
Tints of Purple Heart #502FAF
RGB
CMYK
RGB Variations
Color information
#502FAF (or 0x502FAF) is known color: Purple Heart. HEX triplet: 50, 2F and AF. RGB value is (80,47,175). Sum of RGB (Red+Green+Blue) = 80+47+175=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #502FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502FAF is #AFD050. Grayscale: #464646. Windows color (decimal): -11522129 or 11480912. OLE color: 11480912.
HSL color Cylindrical-coordinate representation of color #502FAF: hue angle of 255.47º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502FAF is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 47 | 175 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.31 |
| HSL | 255.47º | 0.58% | 0.44% | - |
| HSV(B) | 255.47º | 0.73% | 0.69% | - |
| XYZ | 12.06 | 6.83 | 41.24 | - |
| YUV | 71.46 | 186.43 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 175 | 0.54 | 0.73 | 0 | 0.31 | 255.47 | 0.58 | 0.44 |
| Hex | 50 | 2F | AF | 36 | 49 | 0 | 1F | FF | 3A | 2C |
| Octal | 120 | 57 | 257 | 66 | 111 | 0 | 37 | 377 | 72 | 54 |
| Binary | 1010000 | 101111 | 10101111 | 110110 | 1001001 | 0 | 11111 | 11111111 | 111010 | 101100 |
Color Harmonies of #502FAF
Complementary color
Monochromatic Colors of #502FAF
Black with #502FAF
Text Example
Text Example
White with #502FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502FAF; }
p { color: rgb(80,47,175); }
H1.HeaderClassName
{
color: #502FAF;
}
.AnyTagClassName
{
color: #502FAF;
}
</style>
background-color css
<style>
a { background-color: #502FAF; }
a { background-color: rgb(80,47,175); }
div.DivClassName
{
background-color: #502FAF;
}
.BgClassName
{
background-color: #502FAF;
}
</style>
border-color css
<style>
span { border-color: #502FAF; }
span { border-color: rgb(80,47,175); }
td.TdClassName
{
border-color: #502FAF;
}
.TagClassName
{
border-color: #502FAF;
}
</style>