Shades of Purple Heart #5012CA
Tints of Purple Heart #5012CA
RGB
CMYK
RGB Variations
Color information
#5012CA (or 0x5012CA) is known color: Purple Heart. HEX triplet: 50, 12 and CA. RGB value is (80,18,202). Sum of RGB (Red+Green+Blue) = 80+18+202=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 202 (79.30% from 255 or 67.33% from 300); Max value from RGB is 202 - color contains mainly: blue. Hex color #5012CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5012CA is #AFED35. Grayscale: #383838. Windows color (decimal): -11529526 or 13242960. OLE color: 13242960.
HSL color Cylindrical-coordinate representation of color #5012CA: hue angle of 260.22º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5012CA is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 18 | 202 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.21 |
| HSL | 260.22º | 0.84% | 0.43% | - |
| HSV(B) | 260.22º | 0.91% | 0.79% | - |
| XYZ | 14.19 | 6.4 | 56.37 | - |
| YUV | 57.51 | 209.54 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 202 | 0.60 | 0.91 | 0 | 0.21 | 260.22 | 0.84 | 0.43 |
| Hex | 50 | 12 | CA | 3C | 5B | 0 | 15 | 104 | 54 | 2B |
| Octal | 120 | 22 | 312 | 74 | 133 | 0 | 25 | 404 | 124 | 53 |
| Binary | 1010000 | 10010 | 11001010 | 111100 | 1011011 | 0 | 10101 | 100000100 | 1010100 | 101011 |
Color Harmonies of #5012CA
Complementary color
Monochromatic Colors of #5012CA
Black with #5012CA
Text Example
Text Example
White with #5012CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5012CA; }
p { color: rgb(80,18,202); }
H1.HeaderClassName
{
color: #5012CA;
}
.AnyTagClassName
{
color: #5012CA;
}
</style>
background-color css
<style>
a { background-color: #5012CA; }
a { background-color: rgb(80,18,202); }
div.DivClassName
{
background-color: #5012CA;
}
.BgClassName
{
background-color: #5012CA;
}
</style>
border-color css
<style>
span { border-color: #5012CA; }
span { border-color: rgb(80,18,202); }
td.TdClassName
{
border-color: #5012CA;
}
.TagClassName
{
border-color: #5012CA;
}
</style>