Shades of Purple Heart #4C34B5
Tints of Purple Heart #4C34B5
RGB
CMYK
RGB Variations
Color information
#4C34B5 (or 0x4C34B5) is known color: Purple Heart. HEX triplet: 4C, 34 and B5. RGB value is (76,52,181). Sum of RGB (Red+Green+Blue) = 76+52+181=309 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.60% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 181 (71.09% from 255 or 58.58% from 309); Max value from RGB is 181 - color contains mainly: blue. Hex color #4C34B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C34B5 is #B3CB4A. Grayscale: #494949. Windows color (decimal): -11782987 or 11875404. OLE color: 11875404.
HSL color Cylindrical-coordinate representation of color #4C34B5: hue angle of 251.16º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C34B5 is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 52 | 181 | - |
| CMYK | 0.58 | 0.71 | 0 | 0.29 |
| HSL | 251.16º | 0.55% | 0.46% | - |
| HSV(B) | 251.16º | 0.71% | 0.71% | - |
| XYZ | 12.55 | 7.33 | 44.47 | - |
| YUV | 73.88 | 188.45 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 52 | 181 | 0.58 | 0.71 | 0 | 0.29 | 251.16 | 0.55 | 0.46 |
| Hex | 4C | 34 | B5 | 3A | 47 | 0 | 1D | FB | 37 | 2E |
| Octal | 114 | 64 | 265 | 72 | 107 | 0 | 35 | 373 | 67 | 56 |
| Binary | 1001100 | 110100 | 10110101 | 111010 | 1000111 | 0 | 11101 | 11111011 | 110111 | 101110 |
Color Harmonies of #4C34B5
Complementary color
Monochromatic Colors of #4C34B5
Black with #4C34B5
Text Example
Text Example
White with #4C34B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C34B5; }
p { color: rgb(76,52,181); }
H1.HeaderClassName
{
color: #4C34B5;
}
.AnyTagClassName
{
color: #4C34B5;
}
</style>
background-color css
<style>
a { background-color: #4C34B5; }
a { background-color: rgb(76,52,181); }
div.DivClassName
{
background-color: #4C34B5;
}
.BgClassName
{
background-color: #4C34B5;
}
</style>
border-color css
<style>
span { border-color: #4C34B5; }
span { border-color: rgb(76,52,181); }
td.TdClassName
{
border-color: #4C34B5;
}
.TagClassName
{
border-color: #4C34B5;
}
</style>