Shades of Purple Heart #5120B5
Tints of Purple Heart #5120B5
RGB
CMYK
RGB Variations
Color information
#5120B5 (or 0x5120B5) is known color: Purple Heart. HEX triplet: 51, 20 and B5. RGB value is (81,32,181). Sum of RGB (Red+Green+Blue) = 81+32+181=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 181 (71.09% from 255 or 61.56% from 294); Max value from RGB is 181 - color contains mainly: blue. Hex color #5120B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5120B5 is #AEDF4A. Grayscale: #3F3F3F. Windows color (decimal): -11460427 or 11870289. OLE color: 11870289.
HSL color Cylindrical-coordinate representation of color #5120B5: hue angle of 259.73º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5120B5 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 32 | 181 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.29 |
| HSL | 259.73º | 0.7% | 0.42% | - |
| HSV(B) | 259.73º | 0.82% | 0.71% | - |
| XYZ | 12.25 | 6.12 | 44.25 | - |
| YUV | 63.64 | 194.23 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 181 | 0.55 | 0.82 | 0 | 0.29 | 259.73 | 0.7 | 0.42 |
| Hex | 51 | 20 | B5 | 37 | 52 | 0 | 1D | 104 | 46 | 2A |
| Octal | 121 | 40 | 265 | 67 | 122 | 0 | 35 | 404 | 106 | 52 |
| Binary | 1010001 | 100000 | 10110101 | 110111 | 1010010 | 0 | 11101 | 100000100 | 1000110 | 101010 |
Color Harmonies of #5120B5
Complementary color
Monochromatic Colors of #5120B5
Black with #5120B5
Text Example
Text Example
White with #5120B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5120B5; }
p { color: rgb(81,32,181); }
H1.HeaderClassName
{
color: #5120B5;
}
.AnyTagClassName
{
color: #5120B5;
}
</style>
background-color css
<style>
a { background-color: #5120B5; }
a { background-color: rgb(81,32,181); }
div.DivClassName
{
background-color: #5120B5;
}
.BgClassName
{
background-color: #5120B5;
}
</style>
border-color css
<style>
span { border-color: #5120B5; }
span { border-color: rgb(81,32,181); }
td.TdClassName
{
border-color: #5120B5;
}
.TagClassName
{
border-color: #5120B5;
}
</style>