Shades of Purple Heart #502BCF
Tints of Purple Heart #502BCF
RGB
CMYK
RGB Variations
Color information
#502BCF (or 0x502BCF) is known color: Purple Heart. HEX triplet: 50, 2B and CF. RGB value is (80,43,207). Sum of RGB (Red+Green+Blue) = 80+43+207=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #502BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502BCF is #AFD430. Grayscale: #484848. Windows color (decimal): -11523121 or 13577040. OLE color: 13577040.
HSL color Cylindrical-coordinate representation of color #502BCF: hue angle of 253.54º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #502BCF is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 43 | 207 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.19 |
| HSL | 253.54º | 0.66% | 0.49% | - |
| HSV(B) | 253.54º | 0.79% | 0.81% | - |
| XYZ | 15.43 | 7.94 | 59.75 | - |
| YUV | 72.76 | 203.76 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 207 | 0.61 | 0.79 | 0 | 0.19 | 253.54 | 0.66 | 0.49 |
| Hex | 50 | 2B | CF | 3D | 4F | 0 | 13 | FE | 42 | 31 |
| Octal | 120 | 53 | 317 | 75 | 117 | 0 | 23 | 376 | 102 | 61 |
| Binary | 1010000 | 101011 | 11001111 | 111101 | 1001111 | 0 | 10011 | 11111110 | 1000010 | 110001 |
Color Harmonies of #502BCF
Complementary color
Monochromatic Colors of #502BCF
Black with #502BCF
Text Example
Text Example
White with #502BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502BCF; }
p { color: rgb(80,43,207); }
H1.HeaderClassName
{
color: #502BCF;
}
.AnyTagClassName
{
color: #502BCF;
}
</style>
background-color css
<style>
a { background-color: #502BCF; }
a { background-color: rgb(80,43,207); }
div.DivClassName
{
background-color: #502BCF;
}
.BgClassName
{
background-color: #502BCF;
}
</style>
border-color css
<style>
span { border-color: #502BCF; }
span { border-color: rgb(80,43,207); }
td.TdClassName
{
border-color: #502BCF;
}
.TagClassName
{
border-color: #502BCF;
}
</style>