Shades of Purple Heart #503DC8
Tints of Purple Heart #503DC8
RGB
CMYK
RGB Variations
Color information
#503DC8 (or 0x503DC8) is known color: Purple Heart. HEX triplet: 50, 3D and C8. RGB value is (80,61,200). Sum of RGB (Red+Green+Blue) = 80+61+200=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 200 (78.52% from 255 or 58.65% from 341); Max value from RGB is 200 - color contains mainly: blue. Hex color #503DC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503DC8 is #AFC237. Grayscale: #515151. Windows color (decimal): -11518520 or 13122896. OLE color: 13122896.
HSL color Cylindrical-coordinate representation of color #503DC8: hue angle of 248.2º degrees, saturation: 0.56, 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 #503DC8 is Cyan = 0.6, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 61 | 200 | - |
| CMYK | 0.6 | 0.69 | 0 | 0.22 |
| HSL | 248.2º | 0.56% | 0.51% | - |
| HSV(B) | 248.2º | 0.7% | 0.78% | - |
| XYZ | 15.4 | 9.21 | 55.61 | - |
| YUV | 82.53 | 194.29 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 200 | 0.6 | 0.69 | 0 | 0.22 | 248.2 | 0.56 | 0.51 |
| Hex | 50 | 3D | C8 | 3C | 45 | 0 | 16 | F8 | 38 | 33 |
| Octal | 120 | 75 | 310 | 74 | 105 | 0 | 26 | 370 | 70 | 63 |
| Binary | 1010000 | 111101 | 11001000 | 111100 | 1000101 | 0 | 10110 | 11111000 | 111000 | 110011 |
Color Harmonies of #503DC8
Complementary color
Monochromatic Colors of #503DC8
Black with #503DC8
Text Example
Text Example
White with #503DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503DC8; }
p { color: rgb(80,61,200); }
H1.HeaderClassName
{
color: #503DC8;
}
.AnyTagClassName
{
color: #503DC8;
}
</style>
background-color css
<style>
a { background-color: #503DC8; }
a { background-color: rgb(80,61,200); }
div.DivClassName
{
background-color: #503DC8;
}
.BgClassName
{
background-color: #503DC8;
}
</style>
border-color css
<style>
span { border-color: #503DC8; }
span { border-color: rgb(80,61,200); }
td.TdClassName
{
border-color: #503DC8;
}
.TagClassName
{
border-color: #503DC8;
}
</style>