Shades of Purple Heart #4C34CA
Tints of Purple Heart #4C34CA
RGB
CMYK
RGB Variations
Color information
#4C34CA (or 0x4C34CA) is known color: Purple Heart. HEX triplet: 4C, 34 and CA. RGB value is (76,52,202). Sum of RGB (Red+Green+Blue) = 76+52+202=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C34CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C34CA is #B3CB35. Grayscale: #4B4B4B. Windows color (decimal): -11782966 or 13251660. OLE color: 13251660.
HSL color Cylindrical-coordinate representation of color #4C34CA: hue angle of 249.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C34CA is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 52 | 202 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.21 |
| HSL | 249.6º | 0.59% | 0.5% | - |
| HSV(B) | 249.6º | 0.74% | 0.79% | - |
| XYZ | 14.87 | 8.26 | 56.69 | - |
| YUV | 76.28 | 198.95 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 52 | 202 | 0.62 | 0.74 | 0 | 0.21 | 249.6 | 0.59 | 0.5 |
| Hex | 4C | 34 | CA | 3E | 4A | 0 | 15 | FA | 3B | 32 |
| Octal | 114 | 64 | 312 | 76 | 112 | 0 | 25 | 372 | 73 | 62 |
| Binary | 1001100 | 110100 | 11001010 | 111110 | 1001010 | 0 | 10101 | 11111010 | 111011 | 110010 |
Color Harmonies of #4C34CA
Complementary color
Monochromatic Colors of #4C34CA
Black with #4C34CA
Text Example
Text Example
White with #4C34CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C34CA; }
p { color: rgb(76,52,202); }
H1.HeaderClassName
{
color: #4C34CA;
}
.AnyTagClassName
{
color: #4C34CA;
}
</style>
background-color css
<style>
a { background-color: #4C34CA; }
a { background-color: rgb(76,52,202); }
div.DivClassName
{
background-color: #4C34CA;
}
.BgClassName
{
background-color: #4C34CA;
}
</style>
border-color css
<style>
span { border-color: #4C34CA; }
span { border-color: rgb(76,52,202); }
td.TdClassName
{
border-color: #4C34CA;
}
.TagClassName
{
border-color: #4C34CA;
}
</style>