Shades of Purple Heart #5039CF
Tints of Purple Heart #5039CF
RGB
CMYK
RGB Variations
Color information
#5039CF (or 0x5039CF) is known color: Purple Heart. HEX triplet: 50, 39 and CF. RGB value is (80,57,207). Sum of RGB (Red+Green+Blue) = 80+57+207=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #5039CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5039CF is #AFC630. Grayscale: #505050. Windows color (decimal): -11519537 or 13580624. OLE color: 13580624.
HSL color Cylindrical-coordinate representation of color #5039CF: hue angle of 249.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5039CF is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 57 | 207 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.19 |
| HSL | 249.2º | 0.61% | 0.52% | - |
| HSV(B) | 249.2º | 0.72% | 0.81% | - |
| XYZ | 16.03 | 9.14 | 59.95 | - |
| YUV | 80.98 | 199.12 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 57 | 207 | 0.61 | 0.72 | 0 | 0.19 | 249.2 | 0.61 | 0.52 |
| Hex | 50 | 39 | CF | 3D | 48 | 0 | 13 | F9 | 3D | 34 |
| Octal | 120 | 71 | 317 | 75 | 110 | 0 | 23 | 371 | 75 | 64 |
| Binary | 1010000 | 111001 | 11001111 | 111101 | 1001000 | 0 | 10011 | 11111001 | 111101 | 110100 |
Color Harmonies of #5039CF
Complementary color
Monochromatic Colors of #5039CF
Black with #5039CF
Text Example
Text Example
White with #5039CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5039CF; }
p { color: rgb(80,57,207); }
H1.HeaderClassName
{
color: #5039CF;
}
.AnyTagClassName
{
color: #5039CF;
}
</style>
background-color css
<style>
a { background-color: #5039CF; }
a { background-color: rgb(80,57,207); }
div.DivClassName
{
background-color: #5039CF;
}
.BgClassName
{
background-color: #5039CF;
}
</style>
border-color css
<style>
span { border-color: #5039CF; }
span { border-color: rgb(80,57,207); }
td.TdClassName
{
border-color: #5039CF;
}
.TagClassName
{
border-color: #5039CF;
}
</style>