Shades of Purple Heart #5103C1
Tints of Purple Heart #5103C1
RGB
CMYK
RGB Variations
Color information
#5103C1 (or 0x5103C1) is known color: Purple Heart. HEX triplet: 51, 03 and C1. RGB value is (81,3,193). Sum of RGB (Red+Green+Blue) = 81+3+193=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 193 (75.78% from 255 or 69.68% from 277); Max value from RGB is 193 - color contains mainly: blue. Hex color #5103C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5103C1 is #AEFC3E. Grayscale: #2F2F2F. Windows color (decimal): -11467839 or 12649297. OLE color: 12649297.
HSL color Cylindrical-coordinate representation of color #5103C1: hue angle of 264.63º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5103C1 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 3 | 193 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.24 |
| HSL | 264.63º | 0.97% | 0.38% | - |
| HSV(B) | 264.63º | 0.98% | 0.76% | - |
| XYZ | 13.05 | 5.66 | 50.86 | - |
| YUV | 47.98 | 209.84 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 193 | 0.58 | 0.98 | 0 | 0.24 | 264.63 | 0.97 | 0.38 |
| Hex | 51 | 3 | C1 | 3A | 62 | 0 | 18 | 109 | 61 | 26 |
| Octal | 121 | 3 | 301 | 72 | 142 | 0 | 30 | 411 | 141 | 46 |
| Binary | 1010001 | 11 | 11000001 | 111010 | 1100010 | 0 | 11000 | 100001001 | 1100001 | 100110 |
Color Harmonies of #5103C1
Complementary color
Monochromatic Colors of #5103C1
Black with #5103C1
Text Example
Text Example
White with #5103C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5103C1; }
p { color: rgb(81,3,193); }
H1.HeaderClassName
{
color: #5103C1;
}
.AnyTagClassName
{
color: #5103C1;
}
</style>
background-color css
<style>
a { background-color: #5103C1; }
a { background-color: rgb(81,3,193); }
div.DivClassName
{
background-color: #5103C1;
}
.BgClassName
{
background-color: #5103C1;
}
</style>
border-color css
<style>
span { border-color: #5103C1; }
span { border-color: rgb(81,3,193); }
td.TdClassName
{
border-color: #5103C1;
}
.TagClassName
{
border-color: #5103C1;
}
</style>