Shades of Purple Heart #5021CF
Tints of Purple Heart #5021CF
RGB
CMYK
RGB Variations
Color information
#5021CF (or 0x5021CF) is known color: Purple Heart. HEX triplet: 50, 21 and CF. RGB value is (80,33,207). Sum of RGB (Red+Green+Blue) = 80+33+207=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #5021CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5021CF is #AFDE30. Grayscale: #424242. Windows color (decimal): -11525681 or 13574480. OLE color: 13574480.
HSL color Cylindrical-coordinate representation of color #5021CF: hue angle of 256.21º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5021CF is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 33 | 207 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.19 |
| HSL | 256.21º | 0.73% | 0.47% | - |
| HSV(B) | 256.21º | 0.84% | 0.81% | - |
| XYZ | 15.11 | 7.3 | 59.64 | - |
| YUV | 66.89 | 207.07 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 207 | 0.61 | 0.84 | 0 | 0.19 | 256.21 | 0.73 | 0.47 |
| Hex | 50 | 21 | CF | 3D | 54 | 0 | 13 | 100 | 48 | 2F |
| Octal | 120 | 41 | 317 | 75 | 124 | 0 | 23 | 400 | 110 | 57 |
| Binary | 1010000 | 100001 | 11001111 | 111101 | 1010100 | 0 | 10011 | 100000000 | 1001000 | 101111 |
Color Harmonies of #5021CF
Complementary color
Monochromatic Colors of #5021CF
Black with #5021CF
Text Example
Text Example
White with #5021CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5021CF; }
p { color: rgb(80,33,207); }
H1.HeaderClassName
{
color: #5021CF;
}
.AnyTagClassName
{
color: #5021CF;
}
</style>
background-color css
<style>
a { background-color: #5021CF; }
a { background-color: rgb(80,33,207); }
div.DivClassName
{
background-color: #5021CF;
}
.BgClassName
{
background-color: #5021CF;
}
</style>
border-color css
<style>
span { border-color: #5021CF; }
span { border-color: rgb(80,33,207); }
td.TdClassName
{
border-color: #5021CF;
}
.TagClassName
{
border-color: #5021CF;
}
</style>