Shades of Purple Heart #4D34CC
Tints of Purple Heart #4D34CC
RGB
CMYK
RGB Variations
Color information
#4D34CC (or 0x4D34CC) is known color: Purple Heart. HEX triplet: 4D, 34 and CC. RGB value is (77,52,204). Sum of RGB (Red+Green+Blue) = 77+52+204=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D34CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D34CC is #B2CB33. Grayscale: #4C4C4C. Windows color (decimal): -11717428 or 13382733. OLE color: 13382733.
HSL color Cylindrical-coordinate representation of color #4D34CC: hue angle of 249.87º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D34CC is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 52 | 204 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.2 |
| HSL | 249.87º | 0.6% | 0.5% | - |
| HSV(B) | 249.87º | 0.75% | 0.8% | - |
| XYZ | 15.19 | 8.39 | 57.95 | - |
| YUV | 76.8 | 199.78 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 204 | 0.62 | 0.75 | 0 | 0.2 | 249.87 | 0.6 | 0.5 |
| Hex | 4D | 34 | CC | 3E | 4B | 0 | 14 | FA | 3C | 32 |
| Octal | 115 | 64 | 314 | 76 | 113 | 0 | 24 | 372 | 74 | 62 |
| Binary | 1001101 | 110100 | 11001100 | 111110 | 1001011 | 0 | 10100 | 11111010 | 111100 | 110010 |
Color Harmonies of #4D34CC
Complementary color
Monochromatic Colors of #4D34CC
Black with #4D34CC
Text Example
Text Example
White with #4D34CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D34CC; }
p { color: rgb(77,52,204); }
H1.HeaderClassName
{
color: #4D34CC;
}
.AnyTagClassName
{
color: #4D34CC;
}
</style>
background-color css
<style>
a { background-color: #4D34CC; }
a { background-color: rgb(77,52,204); }
div.DivClassName
{
background-color: #4D34CC;
}
.BgClassName
{
background-color: #4D34CC;
}
</style>
border-color css
<style>
span { border-color: #4D34CC; }
span { border-color: rgb(77,52,204); }
td.TdClassName
{
border-color: #4D34CC;
}
.TagClassName
{
border-color: #4D34CC;
}
</style>