Shades of Purple Heart #4C34C9
Tints of Purple Heart #4C34C9
RGB
CMYK
RGB Variations
Color information
#4C34C9 (or 0x4C34C9) is known color: Purple Heart. HEX triplet: 4C, 34 and C9. RGB value is (76,52,201). Sum of RGB (Red+Green+Blue) = 76+52+201=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 201 (78.91% from 255 or 61.09% from 329); Max value from RGB is 201 - color contains mainly: blue. Hex color #4C34C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C34C9 is #B3CB36. Grayscale: #4B4B4B. Windows color (decimal): -11782967 or 13186124. OLE color: 13186124.
HSL color Cylindrical-coordinate representation of color #4C34C9: hue angle of 249.66º 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 #4C34C9 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 52 | 201 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.21 |
| HSL | 249.66º | 0.59% | 0.5% | - |
| HSV(B) | 249.66º | 0.74% | 0.79% | - |
| XYZ | 14.75 | 8.21 | 56.07 | - |
| YUV | 76.16 | 198.45 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 52 | 201 | 0.62 | 0.74 | 0 | 0.21 | 249.66 | 0.59 | 0.5 |
| Hex | 4C | 34 | C9 | 3E | 4A | 0 | 15 | FA | 3B | 32 |
| Octal | 114 | 64 | 311 | 76 | 112 | 0 | 25 | 372 | 73 | 62 |
| Binary | 1001100 | 110100 | 11001001 | 111110 | 1001010 | 0 | 10101 | 11111010 | 111011 | 110010 |
Color Harmonies of #4C34C9
Complementary color
Monochromatic Colors of #4C34C9
Black with #4C34C9
Text Example
Text Example
White with #4C34C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C34C9; }
p { color: rgb(76,52,201); }
H1.HeaderClassName
{
color: #4C34C9;
}
.AnyTagClassName
{
color: #4C34C9;
}
</style>
background-color css
<style>
a { background-color: #4C34C9; }
a { background-color: rgb(76,52,201); }
div.DivClassName
{
background-color: #4C34C9;
}
.BgClassName
{
background-color: #4C34C9;
}
</style>
border-color css
<style>
span { border-color: #4C34C9; }
span { border-color: rgb(76,52,201); }
td.TdClassName
{
border-color: #4C34C9;
}
.TagClassName
{
border-color: #4C34C9;
}
</style>