Shades of Purple Heart #5000CA
Tints of Purple Heart #5000CA
RGB
CMYK
RGB Variations
Color information
#5000CA (or 0x5000CA) is known color: Purple Heart. HEX triplet: 50, 00 and CA. RGB value is (80,0,202). Sum of RGB (Red+Green+Blue) = 80+0+202=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 202 (79.30% from 255 or 71.63% from 282); Max value from RGB is 202 - color contains mainly: blue. Hex color #5000CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5000CA is #AFFF35. Grayscale: #2E2E2E. Windows color (decimal): -11534134 or 13238352. OLE color: 13238352.
HSL color Cylindrical-coordinate representation of color #5000CA: hue angle of 263.76º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5000CA is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 0 | 202 | - |
| CMYK | 0.60 | 1 | 0 | 0.21 |
| HSL | 263.76º | 1% | 0.4% | - |
| HSV(B) | 263.76º | 1% | 0.79% | - |
| XYZ | 13.97 | 5.97 | 56.29 | - |
| YUV | 46.95 | 215.5 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 202 | 0.60 | 1 | 0 | 0.21 | 263.76 | 1 | 0.4 |
| Hex | 50 | 0 | CA | 3C | 64 | 0 | 15 | 108 | 64 | 28 |
| Octal | 120 | 0 | 312 | 74 | 144 | 0 | 25 | 410 | 144 | 50 |
| Binary | 1010000 | 0 | 11001010 | 111100 | 1100100 | 0 | 10101 | 100001000 | 1100100 | 101000 |
Color Harmonies of #5000CA
Complementary color
Monochromatic Colors of #5000CA
Black with #5000CA
Text Example
Text Example
White with #5000CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5000CA; }
p { color: rgb(80,0,202); }
H1.HeaderClassName
{
color: #5000CA;
}
.AnyTagClassName
{
color: #5000CA;
}
</style>
background-color css
<style>
a { background-color: #5000CA; }
a { background-color: rgb(80,0,202); }
div.DivClassName
{
background-color: #5000CA;
}
.BgClassName
{
background-color: #5000CA;
}
</style>
border-color css
<style>
span { border-color: #5000CA; }
span { border-color: rgb(80,0,202); }
td.TdClassName
{
border-color: #5000CA;
}
.TagClassName
{
border-color: #5000CA;
}
</style>