Shades of Purple Heart #503DC9
Tints of Purple Heart #503DC9
RGB
CMYK
RGB Variations
Color information
#503DC9 (or 0x503DC9) is known color: Purple Heart. HEX triplet: 50, 3D and C9. RGB value is (80,61,201). Sum of RGB (Red+Green+Blue) = 80+61+201=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 201 (78.91% from 255 or 58.77% from 342); Max value from RGB is 201 - color contains mainly: blue. Hex color #503DC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503DC9 is #AFC236. Grayscale: #525252. Windows color (decimal): -11518519 or 13188432. OLE color: 13188432.
HSL color Cylindrical-coordinate representation of color #503DC9: hue angle of 248.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #503DC9 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 61 | 201 | - |
| CMYK | 0.60 | 0.70 | 0 | 0.21 |
| HSL | 248.14º | 0.56% | 0.51% | - |
| HSV(B) | 248.14º | 0.7% | 0.79% | - |
| XYZ | 15.52 | 9.26 | 56.23 | - |
| YUV | 82.64 | 194.79 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 201 | 0.60 | 0.70 | 0 | 0.21 | 248.14 | 0.56 | 0.51 |
| Hex | 50 | 3D | C9 | 3C | 46 | 0 | 15 | F8 | 38 | 33 |
| Octal | 120 | 75 | 311 | 74 | 106 | 0 | 25 | 370 | 70 | 63 |
| Binary | 1010000 | 111101 | 11001001 | 111100 | 1000110 | 0 | 10101 | 11111000 | 111000 | 110011 |
Color Harmonies of #503DC9
Complementary color
Monochromatic Colors of #503DC9
Black with #503DC9
Text Example
Text Example
White with #503DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503DC9; }
p { color: rgb(80,61,201); }
H1.HeaderClassName
{
color: #503DC9;
}
.AnyTagClassName
{
color: #503DC9;
}
</style>
background-color css
<style>
a { background-color: #503DC9; }
a { background-color: rgb(80,61,201); }
div.DivClassName
{
background-color: #503DC9;
}
.BgClassName
{
background-color: #503DC9;
}
</style>
border-color css
<style>
span { border-color: #503DC9; }
span { border-color: rgb(80,61,201); }
td.TdClassName
{
border-color: #503DC9;
}
.TagClassName
{
border-color: #503DC9;
}
</style>