Shades of Purple Heart #503FCA
Tints of Purple Heart #503FCA
RGB
CMYK
RGB Variations
Color information
#503FCA (or 0x503FCA) is known color: Purple Heart. HEX triplet: 50, 3F and CA. RGB value is (80,63,202). Sum of RGB (Red+Green+Blue) = 80+63+202=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #503FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503FCA is #AFC035. Grayscale: #535353. Windows color (decimal): -11518006 or 13254480. OLE color: 13254480.
HSL color Cylindrical-coordinate representation of color #503FCA: hue angle of 247.34º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #503FCA is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 63 | 202 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.21 |
| HSL | 247.34º | 0.57% | 0.52% | - |
| HSV(B) | 247.34º | 0.69% | 0.79% | - |
| XYZ | 15.75 | 9.52 | 56.89 | - |
| YUV | 83.93 | 194.63 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 202 | 0.60 | 0.69 | 0 | 0.21 | 247.34 | 0.57 | 0.52 |
| Hex | 50 | 3F | CA | 3C | 45 | 0 | 15 | F7 | 39 | 34 |
| Octal | 120 | 77 | 312 | 74 | 105 | 0 | 25 | 367 | 71 | 64 |
| Binary | 1010000 | 111111 | 11001010 | 111100 | 1000101 | 0 | 10101 | 11110111 | 111001 | 110100 |
Color Harmonies of #503FCA
Complementary color
Monochromatic Colors of #503FCA
Black with #503FCA
Text Example
Text Example
White with #503FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503FCA; }
p { color: rgb(80,63,202); }
H1.HeaderClassName
{
color: #503FCA;
}
.AnyTagClassName
{
color: #503FCA;
}
</style>
background-color css
<style>
a { background-color: #503FCA; }
a { background-color: rgb(80,63,202); }
div.DivClassName
{
background-color: #503FCA;
}
.BgClassName
{
background-color: #503FCA;
}
</style>
border-color css
<style>
span { border-color: #503FCA; }
span { border-color: rgb(80,63,202); }
td.TdClassName
{
border-color: #503FCA;
}
.TagClassName
{
border-color: #503FCA;
}
</style>