Shades of Purple Heart #5112CA
Tints of Purple Heart #5112CA
RGB
CMYK
RGB Variations
Color information
#5112CA (or 0x5112CA) is known color: Purple Heart. HEX triplet: 51, 12 and CA. RGB value is (81,18,202). Sum of RGB (Red+Green+Blue) = 81+18+202=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 202 (79.30% from 255 or 67.11% from 301); Max value from RGB is 202 - color contains mainly: blue. Hex color #5112CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5112CA is #AEED35. Grayscale: #393939. Windows color (decimal): -11463990 or 13242961. OLE color: 13242961.
HSL color Cylindrical-coordinate representation of color #5112CA: hue angle of 260.54º 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 #5112CA is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 18 | 202 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.21 |
| HSL | 260.54º | 0.84% | 0.43% | - |
| HSV(B) | 260.54º | 0.91% | 0.79% | - |
| XYZ | 14.27 | 6.45 | 56.37 | - |
| YUV | 57.81 | 209.37 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 202 | 0.60 | 0.91 | 0 | 0.21 | 260.54 | 0.84 | 0.43 |
| Hex | 51 | 12 | CA | 3C | 5B | 0 | 15 | 105 | 54 | 2B |
| Octal | 121 | 22 | 312 | 74 | 133 | 0 | 25 | 405 | 124 | 53 |
| Binary | 1010001 | 10010 | 11001010 | 111100 | 1011011 | 0 | 10101 | 100000101 | 1010100 | 101011 |
Color Harmonies of #5112CA
Complementary color
Monochromatic Colors of #5112CA
Black with #5112CA
Text Example
Text Example
White with #5112CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5112CA; }
p { color: rgb(81,18,202); }
H1.HeaderClassName
{
color: #5112CA;
}
.AnyTagClassName
{
color: #5112CA;
}
</style>
background-color css
<style>
a { background-color: #5112CA; }
a { background-color: rgb(81,18,202); }
div.DivClassName
{
background-color: #5112CA;
}
.BgClassName
{
background-color: #5112CA;
}
</style>
border-color css
<style>
span { border-color: #5112CA; }
span { border-color: rgb(81,18,202); }
td.TdClassName
{
border-color: #5112CA;
}
.TagClassName
{
border-color: #5112CA;
}
</style>