Shades of Purple Heart #5121A6
Tints of Purple Heart #5121A6
RGB
CMYK
RGB Variations
Color information
#5121A6 (or 0x5121A6) is known color: Purple Heart. HEX triplet: 51, 21 and A6. RGB value is (81,33,166). Sum of RGB (Red+Green+Blue) = 81+33+166=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 166 (65.23% from 255 or 59.29% from 280); Max value from RGB is 166 - color contains mainly: blue. Hex color #5121A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5121A6 is #AEDE59. Grayscale: #3E3E3E. Windows color (decimal): -11460186 or 10887505. OLE color: 10887505.
HSL color Cylindrical-coordinate representation of color #5121A6: hue angle of 261.65º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5121A6 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 81 | 33 | 166 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.35 |
| HSL | 261.65º | 0.67% | 0.39% | - |
| HSV(B) | 261.65º | 0.8% | 0.65% | - |
| XYZ | 10.82 | 5.59 | 36.59 | - |
| YUV | 62.51 | 186.4 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 33 | 166 | 0.51 | 0.80 | 0 | 0.35 | 261.65 | 0.67 | 0.39 |
| Hex | 51 | 21 | A6 | 33 | 50 | 0 | 23 | 106 | 43 | 27 |
| Octal | 121 | 41 | 246 | 63 | 120 | 0 | 43 | 406 | 103 | 47 |
| Binary | 1010001 | 100001 | 10100110 | 110011 | 1010000 | 0 | 100011 | 100000110 | 1000011 | 100111 |
Color Harmonies of #5121A6
Complementary color
Monochromatic Colors of #5121A6
Black with #5121A6
Text Example
Text Example
White with #5121A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5121A6; }
p { color: rgb(81,33,166); }
H1.HeaderClassName
{
color: #5121A6;
}
.AnyTagClassName
{
color: #5121A6;
}
</style>
background-color css
<style>
a { background-color: #5121A6; }
a { background-color: rgb(81,33,166); }
div.DivClassName
{
background-color: #5121A6;
}
.BgClassName
{
background-color: #5121A6;
}
</style>
border-color css
<style>
span { border-color: #5121A6; }
span { border-color: rgb(81,33,166); }
td.TdClassName
{
border-color: #5121A6;
}
.TagClassName
{
border-color: #5121A6;
}
</style>