Shades of Purple Heart #5103B5
Tints of Purple Heart #5103B5
RGB
CMYK
RGB Variations
Color information
#5103B5 (or 0x5103B5) is known color: Purple Heart. HEX triplet: 51, 03 and B5. RGB value is (81,3,181). Sum of RGB (Red+Green+Blue) = 81+3+181=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 181 (71.09% from 255 or 68.30% from 265); Max value from RGB is 181 - color contains mainly: blue. Hex color #5103B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5103B5 is #AEFC4A. Grayscale: #2D2D2D. Windows color (decimal): -11467851 or 11862865. OLE color: 11862865.
HSL color Cylindrical-coordinate representation of color #5103B5: hue angle of 266.29º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5103B5 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 3 | 181 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.29 |
| HSL | 266.29º | 0.97% | 0.36% | - |
| HSV(B) | 266.29º | 0.98% | 0.71% | - |
| XYZ | 11.77 | 5.15 | 44.09 | - |
| YUV | 46.61 | 203.84 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 181 | 0.55 | 0.98 | 0 | 0.29 | 266.29 | 0.97 | 0.36 |
| Hex | 51 | 3 | B5 | 37 | 62 | 0 | 1D | 10A | 61 | 24 |
| Octal | 121 | 3 | 265 | 67 | 142 | 0 | 35 | 412 | 141 | 44 |
| Binary | 1010001 | 11 | 10110101 | 110111 | 1100010 | 0 | 11101 | 100001010 | 1100001 | 100100 |
Color Harmonies of #5103B5
Complementary color
Monochromatic Colors of #5103B5
Black with #5103B5
Text Example
Text Example
White with #5103B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5103B5; }
p { color: rgb(81,3,181); }
H1.HeaderClassName
{
color: #5103B5;
}
.AnyTagClassName
{
color: #5103B5;
}
</style>
background-color css
<style>
a { background-color: #5103B5; }
a { background-color: rgb(81,3,181); }
div.DivClassName
{
background-color: #5103B5;
}
.BgClassName
{
background-color: #5103B5;
}
</style>
border-color css
<style>
span { border-color: #5103B5; }
span { border-color: rgb(81,3,181); }
td.TdClassName
{
border-color: #5103B5;
}
.TagClassName
{
border-color: #5103B5;
}
</style>