Shades of Purple Heart #4D26AB
Tints of Purple Heart #4D26AB
RGB
CMYK
RGB Variations
Color information
#4D26AB (or 0x4D26AB) is known color: Purple Heart. HEX triplet: 4D, 26 and AB. RGB value is (77,38,171). Sum of RGB (Red+Green+Blue) = 77+38+171=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D26AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D26AB is #B2D954. Grayscale: #404040. Windows color (decimal): -11721045 or 11216461. OLE color: 11216461.
HSL color Cylindrical-coordinate representation of color #4D26AB: hue angle of 257.59º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D26AB is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 38 | 171 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.33 |
| HSL | 257.59º | 0.64% | 0.41% | - |
| HSV(B) | 257.59º | 0.78% | 0.67% | - |
| XYZ | 11.1 | 5.9 | 39.08 | - |
| YUV | 64.82 | 187.92 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 38 | 171 | 0.55 | 0.78 | 0 | 0.33 | 257.59 | 0.64 | 0.41 |
| Hex | 4D | 26 | AB | 37 | 4E | 0 | 21 | 102 | 40 | 29 |
| Octal | 115 | 46 | 253 | 67 | 116 | 0 | 41 | 402 | 100 | 51 |
| Binary | 1001101 | 100110 | 10101011 | 110111 | 1001110 | 0 | 100001 | 100000010 | 1000000 | 101001 |
Color Harmonies of #4D26AB
Complementary color
Monochromatic Colors of #4D26AB
Black with #4D26AB
Text Example
Text Example
White with #4D26AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D26AB; }
p { color: rgb(77,38,171); }
H1.HeaderClassName
{
color: #4D26AB;
}
.AnyTagClassName
{
color: #4D26AB;
}
</style>
background-color css
<style>
a { background-color: #4D26AB; }
a { background-color: rgb(77,38,171); }
div.DivClassName
{
background-color: #4D26AB;
}
.BgClassName
{
background-color: #4D26AB;
}
</style>
border-color css
<style>
span { border-color: #4D26AB; }
span { border-color: rgb(77,38,171); }
td.TdClassName
{
border-color: #4D26AB;
}
.TagClassName
{
border-color: #4D26AB;
}
</style>