Shades of Purple Heart #4D32CE
Tints of Purple Heart #4D32CE
RGB
CMYK
RGB Variations
Color information
#4D32CE (or 0x4D32CE) is known color: Purple Heart. HEX triplet: 4D, 32 and CE. RGB value is (77,50,206). Sum of RGB (Red+Green+Blue) = 77+50+206=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D32CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D32CE is #B2CD31. Grayscale: #4B4B4B. Windows color (decimal): -11717938 or 13513293. OLE color: 13513293.
HSL color Cylindrical-coordinate representation of color #4D32CE: hue angle of 250.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D32CE is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 50 | 206 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.19 |
| HSL | 250.38º | 0.61% | 0.5% | - |
| HSV(B) | 250.38º | 0.76% | 0.81% | - |
| XYZ | 15.34 | 8.32 | 59.19 | - |
| YUV | 75.86 | 201.45 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 206 | 0.63 | 0.76 | 0 | 0.19 | 250.38 | 0.61 | 0.5 |
| Hex | 4D | 32 | CE | 3F | 4C | 0 | 13 | FA | 3D | 32 |
| Octal | 115 | 62 | 316 | 77 | 114 | 0 | 23 | 372 | 75 | 62 |
| Binary | 1001101 | 110010 | 11001110 | 111111 | 1001100 | 0 | 10011 | 11111010 | 111101 | 110010 |
Color Harmonies of #4D32CE
Complementary color
Monochromatic Colors of #4D32CE
Black with #4D32CE
Text Example
Text Example
White with #4D32CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D32CE; }
p { color: rgb(77,50,206); }
H1.HeaderClassName
{
color: #4D32CE;
}
.AnyTagClassName
{
color: #4D32CE;
}
</style>
background-color css
<style>
a { background-color: #4D32CE; }
a { background-color: rgb(77,50,206); }
div.DivClassName
{
background-color: #4D32CE;
}
.BgClassName
{
background-color: #4D32CE;
}
</style>
border-color css
<style>
span { border-color: #4D32CE; }
span { border-color: rgb(77,50,206); }
td.TdClassName
{
border-color: #4D32CE;
}
.TagClassName
{
border-color: #4D32CE;
}
</style>