Shades of Purple Heart #5121A7
Tints of Purple Heart #5121A7
RGB
CMYK
RGB Variations
Color information
#5121A7 (or 0x5121A7) is known color: Purple Heart. HEX triplet: 51, 21 and A7. RGB value is (81,33,167). Sum of RGB (Red+Green+Blue) = 81+33+167=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 167 (65.62% from 255 or 59.43% from 281); Max value from RGB is 167 - color contains mainly: blue. Hex color #5121A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5121A7 is #AEDE58. Grayscale: #3E3E3E. Windows color (decimal): -11460185 or 10953041. OLE color: 10953041.
HSL color Cylindrical-coordinate representation of color #5121A7: hue angle of 261.49º 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 #5121A7 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 81 | 33 | 167 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.35 |
| HSL | 261.49º | 0.67% | 0.39% | - |
| HSV(B) | 261.49º | 0.8% | 0.65% | - |
| XYZ | 10.91 | 5.63 | 37.07 | - |
| YUV | 62.63 | 186.9 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 33 | 167 | 0.51 | 0.80 | 0 | 0.35 | 261.49 | 0.67 | 0.39 |
| Hex | 51 | 21 | A7 | 33 | 50 | 0 | 23 | 105 | 43 | 27 |
| Octal | 121 | 41 | 247 | 63 | 120 | 0 | 43 | 405 | 103 | 47 |
| Binary | 1010001 | 100001 | 10100111 | 110011 | 1010000 | 0 | 100011 | 100000101 | 1000011 | 100111 |
Color Harmonies of #5121A7
Complementary color
Monochromatic Colors of #5121A7
Black with #5121A7
Text Example
Text Example
White with #5121A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5121A7; }
p { color: rgb(81,33,167); }
H1.HeaderClassName
{
color: #5121A7;
}
.AnyTagClassName
{
color: #5121A7;
}
</style>
background-color css
<style>
a { background-color: #5121A7; }
a { background-color: rgb(81,33,167); }
div.DivClassName
{
background-color: #5121A7;
}
.BgClassName
{
background-color: #5121A7;
}
</style>
border-color css
<style>
span { border-color: #5121A7; }
span { border-color: rgb(81,33,167); }
td.TdClassName
{
border-color: #5121A7;
}
.TagClassName
{
border-color: #5121A7;
}
</style>