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