Shades of Purple Heart #5116C3
Tints of Purple Heart #5116C3
RGB
CMYK
RGB Variations
Color information
#5116C3 (or 0x5116C3) is known color: Purple Heart. HEX triplet: 51, 16 and C3. RGB value is (81,22,195). Sum of RGB (Red+Green+Blue) = 81+22+195=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 195 (76.56% from 255 or 65.44% from 298); Max value from RGB is 195 - color contains mainly: blue. Hex color #5116C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5116C3 is #AEE93C. Grayscale: #3A3A3A. Windows color (decimal): -11462973 or 12785233. OLE color: 12785233.
HSL color Cylindrical-coordinate representation of color #5116C3: hue angle of 260.46º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5116C3 is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 22 | 195 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.24 |
| HSL | 260.46º | 0.8% | 0.43% | - |
| HSV(B) | 260.46º | 0.89% | 0.76% | - |
| XYZ | 13.53 | 6.26 | 52.13 | - |
| YUV | 59.36 | 204.55 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 195 | 0.58 | 0.89 | 0 | 0.24 | 260.46 | 0.8 | 0.43 |
| Hex | 51 | 16 | C3 | 3A | 59 | 0 | 18 | 104 | 50 | 2B |
| Octal | 121 | 26 | 303 | 72 | 131 | 0 | 30 | 404 | 120 | 53 |
| Binary | 1010001 | 10110 | 11000011 | 111010 | 1011001 | 0 | 11000 | 100000100 | 1010000 | 101011 |
Color Harmonies of #5116C3
Complementary color
Monochromatic Colors of #5116C3
Black with #5116C3
Text Example
Text Example
White with #5116C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5116C3; }
p { color: rgb(81,22,195); }
H1.HeaderClassName
{
color: #5116C3;
}
.AnyTagClassName
{
color: #5116C3;
}
</style>
background-color css
<style>
a { background-color: #5116C3; }
a { background-color: rgb(81,22,195); }
div.DivClassName
{
background-color: #5116C3;
}
.BgClassName
{
background-color: #5116C3;
}
</style>
border-color css
<style>
span { border-color: #5116C3; }
span { border-color: rgb(81,22,195); }
td.TdClassName
{
border-color: #5116C3;
}
.TagClassName
{
border-color: #5116C3;
}
</style>