Shades of Purple Heart #5021CB
Tints of Purple Heart #5021CB
RGB
CMYK
RGB Variations
Color information
#5021CB (or 0x5021CB) is known color: Purple Heart. HEX triplet: 50, 21 and CB. RGB value is (80,33,203). Sum of RGB (Red+Green+Blue) = 80+33+203=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #5021CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5021CB is #AFDE34. Grayscale: #414141. Windows color (decimal): -11525685 or 13312336. OLE color: 13312336.
HSL color Cylindrical-coordinate representation of color #5021CB: hue angle of 256.59º degrees, saturation: 0.72, 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 #5021CB is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 33 | 203 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.20 |
| HSL | 256.59º | 0.72% | 0.46% | - |
| HSV(B) | 256.59º | 0.84% | 0.8% | - |
| XYZ | 14.63 | 7.1 | 57.1 | - |
| YUV | 66.43 | 205.07 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 203 | 0.61 | 0.84 | 0 | 0.20 | 256.59 | 0.72 | 0.46 |
| Hex | 50 | 21 | CB | 3D | 54 | 0 | 14 | 101 | 48 | 2E |
| Octal | 120 | 41 | 313 | 75 | 124 | 0 | 24 | 401 | 110 | 56 |
| Binary | 1010000 | 100001 | 11001011 | 111101 | 1010100 | 0 | 10100 | 100000001 | 1001000 | 101110 |
Color Harmonies of #5021CB
Complementary color
Monochromatic Colors of #5021CB
Black with #5021CB
Text Example
Text Example
White with #5021CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5021CB; }
p { color: rgb(80,33,203); }
H1.HeaderClassName
{
color: #5021CB;
}
.AnyTagClassName
{
color: #5021CB;
}
</style>
background-color css
<style>
a { background-color: #5021CB; }
a { background-color: rgb(80,33,203); }
div.DivClassName
{
background-color: #5021CB;
}
.BgClassName
{
background-color: #5021CB;
}
</style>
border-color css
<style>
span { border-color: #5021CB; }
span { border-color: rgb(80,33,203); }
td.TdClassName
{
border-color: #5021CB;
}
.TagClassName
{
border-color: #5021CB;
}
</style>