Shades of Purple Heart #5126DA
Tints of Purple Heart #5126DA
RGB
CMYK
RGB Variations
Color information
#5126DA (or 0x5126DA) is known color: Purple Heart. HEX triplet: 51, 26 and DA. RGB value is (81,38,218). Sum of RGB (Red+Green+Blue) = 81+38+218=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #5126DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5126DA is #AED925. Grayscale: #464646. Windows color (decimal): -11458854 or 14296657. OLE color: 14296657.
HSL color Cylindrical-coordinate representation of color #5126DA: hue angle of 254.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5126DA is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 38 | 218 | - |
| CMYK | 0.63 | 0.83 | 0 | 0.15 |
| HSL | 254.33º | 0.71% | 0.5% | - |
| HSV(B) | 254.33º | 0.83% | 0.85% | - |
| XYZ | 16.74 | 8.2 | 67.03 | - |
| YUV | 71.38 | 210.75 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 218 | 0.63 | 0.83 | 0 | 0.15 | 254.33 | 0.71 | 0.5 |
| Hex | 51 | 26 | DA | 3F | 53 | 0 | F | FE | 47 | 32 |
| Octal | 121 | 46 | 332 | 77 | 123 | 0 | 17 | 376 | 107 | 62 |
| Binary | 1010001 | 100110 | 11011010 | 111111 | 1010011 | 0 | 1111 | 11111110 | 1000111 | 110010 |
Color Harmonies of #5126DA
Complementary color
Monochromatic Colors of #5126DA
Black with #5126DA
Text Example
Text Example
White with #5126DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5126DA; }
p { color: rgb(81,38,218); }
H1.HeaderClassName
{
color: #5126DA;
}
.AnyTagClassName
{
color: #5126DA;
}
</style>
background-color css
<style>
a { background-color: #5126DA; }
a { background-color: rgb(81,38,218); }
div.DivClassName
{
background-color: #5126DA;
}
.BgClassName
{
background-color: #5126DA;
}
</style>
border-color css
<style>
span { border-color: #5126DA; }
span { border-color: rgb(81,38,218); }
td.TdClassName
{
border-color: #5126DA;
}
.TagClassName
{
border-color: #5126DA;
}
</style>