Shades of Purple Heart #5126D9
Tints of Purple Heart #5126D9
RGB
CMYK
RGB Variations
Color information
#5126D9 (or 0x5126D9) is known color: Purple Heart. HEX triplet: 51, 26 and D9. RGB value is (81,38,217). Sum of RGB (Red+Green+Blue) = 81+38+217=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 217 (85.16% from 255 or 64.58% from 336); Max value from RGB is 217 - color contains mainly: blue. Hex color #5126D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5126D9 is #AED926. Grayscale: #464646. Windows color (decimal): -11458855 or 14231121. OLE color: 14231121.
HSL color Cylindrical-coordinate representation of color #5126D9: hue angle of 254.41º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5126D9 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 38 | 217 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.15 |
| HSL | 254.41º | 0.7% | 0.5% | - |
| HSV(B) | 254.41º | 0.82% | 0.85% | - |
| XYZ | 16.61 | 8.15 | 66.34 | - |
| YUV | 71.26 | 210.25 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 217 | 0.63 | 0.82 | 0 | 0.15 | 254.41 | 0.7 | 0.5 |
| Hex | 51 | 26 | D9 | 3F | 52 | 0 | F | FE | 46 | 32 |
| Octal | 121 | 46 | 331 | 77 | 122 | 0 | 17 | 376 | 106 | 62 |
| Binary | 1010001 | 100110 | 11011001 | 111111 | 1010010 | 0 | 1111 | 11111110 | 1000110 | 110010 |
Color Harmonies of #5126D9
Complementary color
Monochromatic Colors of #5126D9
Black with #5126D9
Text Example
Text Example
White with #5126D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5126D9; }
p { color: rgb(81,38,217); }
H1.HeaderClassName
{
color: #5126D9;
}
.AnyTagClassName
{
color: #5126D9;
}
</style>
background-color css
<style>
a { background-color: #5126D9; }
a { background-color: rgb(81,38,217); }
div.DivClassName
{
background-color: #5126D9;
}
.BgClassName
{
background-color: #5126D9;
}
</style>
border-color css
<style>
span { border-color: #5126D9; }
span { border-color: rgb(81,38,217); }
td.TdClassName
{
border-color: #5126D9;
}
.TagClassName
{
border-color: #5126D9;
}
</style>