Shades of Purple Heart #503DC7
Tints of Purple Heart #503DC7
RGB
CMYK
RGB Variations
Color information
#503DC7 (or 0x503DC7) is known color: Purple Heart. HEX triplet: 50, 3D and C7. RGB value is (80,61,199). Sum of RGB (Red+Green+Blue) = 80+61+199=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 199 (78.12% from 255 or 58.53% from 340); Max value from RGB is 199 - color contains mainly: blue. Hex color #503DC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503DC7 is #AFC238. Grayscale: #515151. Windows color (decimal): -11518521 or 13057360. OLE color: 13057360.
HSL color Cylindrical-coordinate representation of color #503DC7: hue angle of 248.26º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #503DC7 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 61 | 199 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.22 |
| HSL | 248.26º | 0.55% | 0.51% | - |
| HSV(B) | 248.26º | 0.69% | 0.78% | - |
| XYZ | 15.29 | 9.17 | 55 | - |
| YUV | 82.41 | 193.79 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 199 | 0.60 | 0.69 | 0 | 0.22 | 248.26 | 0.55 | 0.51 |
| Hex | 50 | 3D | C7 | 3C | 45 | 0 | 16 | F8 | 37 | 33 |
| Octal | 120 | 75 | 307 | 74 | 105 | 0 | 26 | 370 | 67 | 63 |
| Binary | 1010000 | 111101 | 11000111 | 111100 | 1000101 | 0 | 10110 | 11111000 | 110111 | 110011 |
Color Harmonies of #503DC7
Complementary color
Monochromatic Colors of #503DC7
Black with #503DC7
Text Example
Text Example
White with #503DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503DC7; }
p { color: rgb(80,61,199); }
H1.HeaderClassName
{
color: #503DC7;
}
.AnyTagClassName
{
color: #503DC7;
}
</style>
background-color css
<style>
a { background-color: #503DC7; }
a { background-color: rgb(80,61,199); }
div.DivClassName
{
background-color: #503DC7;
}
.BgClassName
{
background-color: #503DC7;
}
</style>
border-color css
<style>
span { border-color: #503DC7; }
span { border-color: rgb(80,61,199); }
td.TdClassName
{
border-color: #503DC7;
}
.TagClassName
{
border-color: #503DC7;
}
</style>