Shades of Purple Heart #503CCD
Tints of Purple Heart #503CCD
RGB
CMYK
RGB Variations
Color information
#503CCD (or 0x503CCD) is known color: Purple Heart. HEX triplet: 50, 3C and CD. RGB value is (80,60,205). Sum of RGB (Red+Green+Blue) = 80+60+205=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #503CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503CCD is #AFC332. Grayscale: #515151. Windows color (decimal): -11518771 or 13450320. OLE color: 13450320.
HSL color Cylindrical-coordinate representation of color #503CCD: hue angle of 248.28º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #503CCD is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 60 | 205 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.20 |
| HSL | 248.28º | 0.59% | 0.52% | - |
| HSV(B) | 248.28º | 0.71% | 0.8% | - |
| XYZ | 15.94 | 9.34 | 58.72 | - |
| YUV | 82.51 | 197.13 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 205 | 0.61 | 0.71 | 0 | 0.20 | 248.28 | 0.59 | 0.52 |
| Hex | 50 | 3C | CD | 3D | 47 | 0 | 14 | F8 | 3B | 34 |
| Octal | 120 | 74 | 315 | 75 | 107 | 0 | 24 | 370 | 73 | 64 |
| Binary | 1010000 | 111100 | 11001101 | 111101 | 1000111 | 0 | 10100 | 11111000 | 111011 | 110100 |
Color Harmonies of #503CCD
Complementary color
Monochromatic Colors of #503CCD
Black with #503CCD
Text Example
Text Example
White with #503CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503CCD; }
p { color: rgb(80,60,205); }
H1.HeaderClassName
{
color: #503CCD;
}
.AnyTagClassName
{
color: #503CCD;
}
</style>
background-color css
<style>
a { background-color: #503CCD; }
a { background-color: rgb(80,60,205); }
div.DivClassName
{
background-color: #503CCD;
}
.BgClassName
{
background-color: #503CCD;
}
</style>
border-color css
<style>
span { border-color: #503CCD; }
span { border-color: rgb(80,60,205); }
td.TdClassName
{
border-color: #503CCD;
}
.TagClassName
{
border-color: #503CCD;
}
</style>