Shades of Purple Heart #5126D6
Tints of Purple Heart #5126D6
RGB
CMYK
RGB Variations
Color information
#5126D6 (or 0x5126D6) is known color: Purple Heart. HEX triplet: 51, 26 and D6. RGB value is (81,38,214). Sum of RGB (Red+Green+Blue) = 81+38+214=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 214 (83.98% from 255 or 64.26% from 333); Max value from RGB is 214 - color contains mainly: blue. Hex color #5126D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5126D6 is #AED929. Grayscale: #464646. Windows color (decimal): -11458858 or 14034513. OLE color: 14034513.
HSL color Cylindrical-coordinate representation of color #5126D6: hue angle of 254.66º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5126D6 is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 38 | 214 | - |
| CMYK | 0.62 | 0.82 | 0 | 0.16 |
| HSL | 254.66º | 0.7% | 0.49% | - |
| HSV(B) | 254.66º | 0.82% | 0.84% | - |
| XYZ | 16.22 | 7.99 | 64.31 | - |
| YUV | 70.92 | 208.75 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 214 | 0.62 | 0.82 | 0 | 0.16 | 254.66 | 0.7 | 0.49 |
| Hex | 51 | 26 | D6 | 3E | 52 | 0 | 10 | FF | 46 | 31 |
| Octal | 121 | 46 | 326 | 76 | 122 | 0 | 20 | 377 | 106 | 61 |
| Binary | 1010001 | 100110 | 11010110 | 111110 | 1010010 | 0 | 10000 | 11111111 | 1000110 | 110001 |
Color Harmonies of #5126D6
Complementary color
Monochromatic Colors of #5126D6
Black with #5126D6
Text Example
Text Example
White with #5126D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5126D6; }
p { color: rgb(81,38,214); }
H1.HeaderClassName
{
color: #5126D6;
}
.AnyTagClassName
{
color: #5126D6;
}
</style>
background-color css
<style>
a { background-color: #5126D6; }
a { background-color: rgb(81,38,214); }
div.DivClassName
{
background-color: #5126D6;
}
.BgClassName
{
background-color: #5126D6;
}
</style>
border-color css
<style>
span { border-color: #5126D6; }
span { border-color: rgb(81,38,214); }
td.TdClassName
{
border-color: #5126D6;
}
.TagClassName
{
border-color: #5126D6;
}
</style>