Shades of Purple Heart #4D26AD
Tints of Purple Heart #4D26AD
RGB
CMYK
RGB Variations
Color information
#4D26AD (or 0x4D26AD) is known color: Purple Heart. HEX triplet: 4D, 26 and AD. RGB value is (77,38,173). Sum of RGB (Red+Green+Blue) = 77+38+173=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D26AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D26AD is #B2D952. Grayscale: #404040. Windows color (decimal): -11721043 or 11347533. OLE color: 11347533.
HSL color Cylindrical-coordinate representation of color #4D26AD: hue angle of 257.33º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D26AD is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 38 | 173 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.32 |
| HSL | 257.33º | 0.64% | 0.41% | - |
| HSV(B) | 257.33º | 0.78% | 0.68% | - |
| XYZ | 11.3 | 5.98 | 40.09 | - |
| YUV | 65.05 | 188.92 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 38 | 173 | 0.55 | 0.78 | 0 | 0.32 | 257.33 | 0.64 | 0.41 |
| Hex | 4D | 26 | AD | 37 | 4E | 0 | 20 | 101 | 40 | 29 |
| Octal | 115 | 46 | 255 | 67 | 116 | 0 | 40 | 401 | 100 | 51 |
| Binary | 1001101 | 100110 | 10101101 | 110111 | 1001110 | 0 | 100000 | 100000001 | 1000000 | 101001 |
Color Harmonies of #4D26AD
Complementary color
Monochromatic Colors of #4D26AD
Black with #4D26AD
Text Example
Text Example
White with #4D26AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D26AD; }
p { color: rgb(77,38,173); }
H1.HeaderClassName
{
color: #4D26AD;
}
.AnyTagClassName
{
color: #4D26AD;
}
</style>
background-color css
<style>
a { background-color: #4D26AD; }
a { background-color: rgb(77,38,173); }
div.DivClassName
{
background-color: #4D26AD;
}
.BgClassName
{
background-color: #4D26AD;
}
</style>
border-color css
<style>
span { border-color: #4D26AD; }
span { border-color: rgb(77,38,173); }
td.TdClassName
{
border-color: #4D26AD;
}
.TagClassName
{
border-color: #4D26AD;
}
</style>