Shades of Purple Heart #4D34CE
Tints of Purple Heart #4D34CE
RGB
CMYK
RGB Variations
Color information
#4D34CE (or 0x4D34CE) is known color: Purple Heart. HEX triplet: 4D, 34 and CE. RGB value is (77,52,206). Sum of RGB (Red+Green+Blue) = 77+52+206=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D34CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D34CE is #B2CB31. Grayscale: #4C4C4C. Windows color (decimal): -11717426 or 13513805. OLE color: 13513805.
HSL color Cylindrical-coordinate representation of color #4D34CE: hue angle of 249.74º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D34CE is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 52 | 206 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.19 |
| HSL | 249.74º | 0.61% | 0.51% | - |
| HSV(B) | 249.74º | 0.75% | 0.81% | - |
| XYZ | 15.43 | 8.49 | 59.22 | - |
| YUV | 77.03 | 200.78 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 206 | 0.63 | 0.75 | 0 | 0.19 | 249.74 | 0.61 | 0.51 |
| Hex | 4D | 34 | CE | 3F | 4B | 0 | 13 | FA | 3D | 33 |
| Octal | 115 | 64 | 316 | 77 | 113 | 0 | 23 | 372 | 75 | 63 |
| Binary | 1001101 | 110100 | 11001110 | 111111 | 1001011 | 0 | 10011 | 11111010 | 111101 | 110011 |
Color Harmonies of #4D34CE
Complementary color
Monochromatic Colors of #4D34CE
Black with #4D34CE
Text Example
Text Example
White with #4D34CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D34CE; }
p { color: rgb(77,52,206); }
H1.HeaderClassName
{
color: #4D34CE;
}
.AnyTagClassName
{
color: #4D34CE;
}
</style>
background-color css
<style>
a { background-color: #4D34CE; }
a { background-color: rgb(77,52,206); }
div.DivClassName
{
background-color: #4D34CE;
}
.BgClassName
{
background-color: #4D34CE;
}
</style>
border-color css
<style>
span { border-color: #4D34CE; }
span { border-color: rgb(77,52,206); }
td.TdClassName
{
border-color: #4D34CE;
}
.TagClassName
{
border-color: #4D34CE;
}
</style>