Shades of Purple Heart #4D32AF
Tints of Purple Heart #4D32AF
RGB
CMYK
RGB Variations
Color information
#4D32AF (or 0x4D32AF) is known color: Purple Heart. HEX triplet: 4D, 32 and AF. RGB value is (77,50,175). Sum of RGB (Red+Green+Blue) = 77+50+175=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #4D32AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D32AF is #B2CD50. Grayscale: #474747. Windows color (decimal): -11717969 or 11481677. OLE color: 11481677.
HSL color Cylindrical-coordinate representation of color #4D32AF: hue angle of 252.96º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D32AF is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 50 | 175 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.31 |
| HSL | 252.96º | 0.56% | 0.44% | - |
| HSV(B) | 252.96º | 0.71% | 0.69% | - |
| XYZ | 11.94 | 6.95 | 41.27 | - |
| YUV | 72.32 | 185.95 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 175 | 0.56 | 0.71 | 0 | 0.31 | 252.96 | 0.56 | 0.44 |
| Hex | 4D | 32 | AF | 38 | 47 | 0 | 1F | FD | 38 | 2C |
| Octal | 115 | 62 | 257 | 70 | 107 | 0 | 37 | 375 | 70 | 54 |
| Binary | 1001101 | 110010 | 10101111 | 111000 | 1000111 | 0 | 11111 | 11111101 | 111000 | 101100 |
Color Harmonies of #4D32AF
Complementary color
Monochromatic Colors of #4D32AF
Black with #4D32AF
Text Example
Text Example
White with #4D32AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D32AF; }
p { color: rgb(77,50,175); }
H1.HeaderClassName
{
color: #4D32AF;
}
.AnyTagClassName
{
color: #4D32AF;
}
</style>
background-color css
<style>
a { background-color: #4D32AF; }
a { background-color: rgb(77,50,175); }
div.DivClassName
{
background-color: #4D32AF;
}
.BgClassName
{
background-color: #4D32AF;
}
</style>
border-color css
<style>
span { border-color: #4D32AF; }
span { border-color: rgb(77,50,175); }
td.TdClassName
{
border-color: #4D32AF;
}
.TagClassName
{
border-color: #4D32AF;
}
</style>