Shades of Purple Heart #5020CD
Tints of Purple Heart #5020CD
RGB
CMYK
RGB Variations
Color information
#5020CD (or 0x5020CD) is known color: Purple Heart. HEX triplet: 50, 20 and CD. RGB value is (80,32,205). Sum of RGB (Red+Green+Blue) = 80+32+205=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #5020CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5020CD is #AFDF32. Grayscale: #414141. Windows color (decimal): -11525939 or 13443152. OLE color: 13443152.
HSL color Cylindrical-coordinate representation of color #5020CD: hue angle of 256.65º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5020CD is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 32 | 205 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.20 |
| HSL | 256.65º | 0.73% | 0.46% | - |
| HSV(B) | 256.65º | 0.84% | 0.8% | - |
| XYZ | 14.84 | 7.15 | 58.35 | - |
| YUV | 66.07 | 206.4 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 205 | 0.61 | 0.84 | 0 | 0.20 | 256.65 | 0.73 | 0.46 |
| Hex | 50 | 20 | CD | 3D | 54 | 0 | 14 | 101 | 49 | 2E |
| Octal | 120 | 40 | 315 | 75 | 124 | 0 | 24 | 401 | 111 | 56 |
| Binary | 1010000 | 100000 | 11001101 | 111101 | 1010100 | 0 | 10100 | 100000001 | 1001001 | 101110 |
Color Harmonies of #5020CD
Complementary color
Monochromatic Colors of #5020CD
Black with #5020CD
Text Example
Text Example
White with #5020CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5020CD; }
p { color: rgb(80,32,205); }
H1.HeaderClassName
{
color: #5020CD;
}
.AnyTagClassName
{
color: #5020CD;
}
</style>
background-color css
<style>
a { background-color: #5020CD; }
a { background-color: rgb(80,32,205); }
div.DivClassName
{
background-color: #5020CD;
}
.BgClassName
{
background-color: #5020CD;
}
</style>
border-color css
<style>
span { border-color: #5020CD; }
span { border-color: rgb(80,32,205); }
td.TdClassName
{
border-color: #5020CD;
}
.TagClassName
{
border-color: #5020CD;
}
</style>