Shades of Purple Heart #4E34CD
Tints of Purple Heart #4E34CD
RGB
CMYK
RGB Variations
Color information
#4E34CD (or 0x4E34CD) is known color: Purple Heart. HEX triplet: 4E, 34 and CD. RGB value is (78,52,205). Sum of RGB (Red+Green+Blue) = 78+52+205=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E34CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E34CD is #B1CB32. Grayscale: #4C4C4C. Windows color (decimal): -11651891 or 13448270. OLE color: 13448270.
HSL color Cylindrical-coordinate representation of color #4E34CD: hue angle of 250.2º 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 #4E34CD is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 52 | 205 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.20 |
| HSL | 250.2º | 0.6% | 0.5% | - |
| HSV(B) | 250.2º | 0.75% | 0.8% | - |
| XYZ | 15.39 | 8.48 | 58.58 | - |
| YUV | 77.22 | 200.11 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 52 | 205 | 0.62 | 0.75 | 0 | 0.20 | 250.2 | 0.6 | 0.5 |
| Hex | 4E | 34 | CD | 3E | 4B | 0 | 14 | FA | 3C | 32 |
| Octal | 116 | 64 | 315 | 76 | 113 | 0 | 24 | 372 | 74 | 62 |
| Binary | 1001110 | 110100 | 11001101 | 111110 | 1001011 | 0 | 10100 | 11111010 | 111100 | 110010 |
Color Harmonies of #4E34CD
Complementary color
Monochromatic Colors of #4E34CD
Black with #4E34CD
Text Example
Text Example
White with #4E34CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E34CD; }
p { color: rgb(78,52,205); }
H1.HeaderClassName
{
color: #4E34CD;
}
.AnyTagClassName
{
color: #4E34CD;
}
</style>
background-color css
<style>
a { background-color: #4E34CD; }
a { background-color: rgb(78,52,205); }
div.DivClassName
{
background-color: #4E34CD;
}
.BgClassName
{
background-color: #4E34CD;
}
</style>
border-color css
<style>
span { border-color: #4E34CD; }
span { border-color: rgb(78,52,205); }
td.TdClassName
{
border-color: #4E34CD;
}
.TagClassName
{
border-color: #4E34CD;
}
</style>