Shades of Purple Heart #4C31C1
Tints of Purple Heart #4C31C1
RGB
CMYK
RGB Variations
Color information
#4C31C1 (or 0x4C31C1) is known color: Purple Heart. HEX triplet: 4C, 31 and C1. RGB value is (76,49,193). Sum of RGB (Red+Green+Blue) = 76+49+193=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 193 (75.78% from 255 or 60.69% from 318); Max value from RGB is 193 - color contains mainly: blue. Hex color #4C31C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C31C1 is #B3CE3E. Grayscale: #484848. Windows color (decimal): -11783743 or 12661068. OLE color: 12661068.
HSL color Cylindrical-coordinate representation of color #4C31C1: hue angle of 251.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C31C1 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 49 | 193 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.24 |
| HSL | 251.25º | 0.6% | 0.47% | - |
| HSV(B) | 251.25º | 0.75% | 0.76% | - |
| XYZ | 13.7 | 7.58 | 51.19 | - |
| YUV | 73.49 | 195.45 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 49 | 193 | 0.61 | 0.75 | 0 | 0.24 | 251.25 | 0.6 | 0.47 |
| Hex | 4C | 31 | C1 | 3D | 4B | 0 | 18 | FB | 3C | 2F |
| Octal | 114 | 61 | 301 | 75 | 113 | 0 | 30 | 373 | 74 | 57 |
| Binary | 1001100 | 110001 | 11000001 | 111101 | 1001011 | 0 | 11000 | 11111011 | 111100 | 101111 |
Color Harmonies of #4C31C1
Complementary color
Monochromatic Colors of #4C31C1
Black with #4C31C1
Text Example
Text Example
White with #4C31C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C31C1; }
p { color: rgb(76,49,193); }
H1.HeaderClassName
{
color: #4C31C1;
}
.AnyTagClassName
{
color: #4C31C1;
}
</style>
background-color css
<style>
a { background-color: #4C31C1; }
a { background-color: rgb(76,49,193); }
div.DivClassName
{
background-color: #4C31C1;
}
.BgClassName
{
background-color: #4C31C1;
}
</style>
border-color css
<style>
span { border-color: #4C31C1; }
span { border-color: rgb(76,49,193); }
td.TdClassName
{
border-color: #4C31C1;
}
.TagClassName
{
border-color: #4C31C1;
}
</style>