Shades of Purple Heart #4D32BF
Tints of Purple Heart #4D32BF
RGB
CMYK
RGB Variations
Color information
#4D32BF (or 0x4D32BF) is known color: Purple Heart. HEX triplet: 4D, 32 and BF. RGB value is (77,50,191). Sum of RGB (Red+Green+Blue) = 77+50+191=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D32BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D32BF is #B2CD40. Grayscale: #494949. Windows color (decimal): -11717953 or 12530253. OLE color: 12530253.
HSL color Cylindrical-coordinate representation of color #4D32BF: hue angle of 251.49º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D32BF is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 50 | 191 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.25 |
| HSL | 251.49º | 0.59% | 0.47% | - |
| HSV(B) | 251.49º | 0.74% | 0.75% | - |
| XYZ | 13.61 | 7.62 | 50.04 | - |
| YUV | 74.15 | 193.95 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 191 | 0.60 | 0.74 | 0 | 0.25 | 251.49 | 0.59 | 0.47 |
| Hex | 4D | 32 | BF | 3C | 4A | 0 | 19 | FB | 3B | 2F |
| Octal | 115 | 62 | 277 | 74 | 112 | 0 | 31 | 373 | 73 | 57 |
| Binary | 1001101 | 110010 | 10111111 | 111100 | 1001010 | 0 | 11001 | 11111011 | 111011 | 101111 |
Color Harmonies of #4D32BF
Complementary color
Monochromatic Colors of #4D32BF
Black with #4D32BF
Text Example
Text Example
White with #4D32BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D32BF; }
p { color: rgb(77,50,191); }
H1.HeaderClassName
{
color: #4D32BF;
}
.AnyTagClassName
{
color: #4D32BF;
}
</style>
background-color css
<style>
a { background-color: #4D32BF; }
a { background-color: rgb(77,50,191); }
div.DivClassName
{
background-color: #4D32BF;
}
.BgClassName
{
background-color: #4D32BF;
}
</style>
border-color css
<style>
span { border-color: #4D32BF; }
span { border-color: rgb(77,50,191); }
td.TdClassName
{
border-color: #4D32BF;
}
.TagClassName
{
border-color: #4D32BF;
}
</style>