Shades of Purple Heart #4726AD
Tints of Purple Heart #4726AD
RGB
CMYK
RGB Variations
Color information
#4726AD (or 0x4726AD) is known color: Purple Heart. HEX triplet: 47, 26 and AD. RGB value is (71,38,173). Sum of RGB (Red+Green+Blue) = 71+38+173=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #4726AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4726AD is #B8D952. Grayscale: #3E3E3E. Windows color (decimal): -12114259 or 11347527. OLE color: 11347527.
HSL color Cylindrical-coordinate representation of color #4726AD: hue angle of 254.67º 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 #4726AD is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 38 | 173 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.32 |
| HSL | 254.67º | 0.64% | 0.41% | - |
| HSV(B) | 254.67º | 0.78% | 0.68% | - |
| XYZ | 10.83 | 5.74 | 40.07 | - |
| YUV | 63.26 | 189.93 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 38 | 173 | 0.59 | 0.78 | 0 | 0.32 | 254.67 | 0.64 | 0.41 |
| Hex | 47 | 26 | AD | 3B | 4E | 0 | 20 | FF | 40 | 29 |
| Octal | 107 | 46 | 255 | 73 | 116 | 0 | 40 | 377 | 100 | 51 |
| Binary | 1000111 | 100110 | 10101101 | 111011 | 1001110 | 0 | 100000 | 11111111 | 1000000 | 101001 |
Color Harmonies of #4726AD
Complementary color
Monochromatic Colors of #4726AD
Black with #4726AD
Text Example
Text Example
White with #4726AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4726AD; }
p { color: rgb(71,38,173); }
H1.HeaderClassName
{
color: #4726AD;
}
.AnyTagClassName
{
color: #4726AD;
}
</style>
background-color css
<style>
a { background-color: #4726AD; }
a { background-color: rgb(71,38,173); }
div.DivClassName
{
background-color: #4726AD;
}
.BgClassName
{
background-color: #4726AD;
}
</style>
border-color css
<style>
span { border-color: #4726AD; }
span { border-color: rgb(71,38,173); }
td.TdClassName
{
border-color: #4726AD;
}
.TagClassName
{
border-color: #4726AD;
}
</style>