Shades of Purple Heart #4D3CC1
Tints of Purple Heart #4D3CC1
RGB
CMYK
RGB Variations
Color information
#4D3CC1 (or 0x4D3CC1) is known color: Purple Heart. HEX triplet: 4D, 3C and C1. RGB value is (77,60,193). Sum of RGB (Red+Green+Blue) = 77+60+193=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 193 (75.78% from 255 or 58.48% from 330); Max value from RGB is 193 - color contains mainly: blue. Hex color #4D3CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3CC1 is #B2C33E. Grayscale: #4F4F4F. Windows color (decimal): -11715391 or 12663885. OLE color: 12663885.
HSL color Cylindrical-coordinate representation of color #4D3CC1: hue angle of 247.67º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D3CC1 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 60 | 193 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.24 |
| HSL | 247.67º | 0.53% | 0.5% | - |
| HSV(B) | 247.67º | 0.69% | 0.76% | - |
| XYZ | 14.3 | 8.66 | 51.37 | - |
| YUV | 80.25 | 191.63 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 60 | 193 | 0.60 | 0.69 | 0 | 0.24 | 247.67 | 0.53 | 0.5 |
| Hex | 4D | 3C | C1 | 3C | 45 | 0 | 18 | F8 | 35 | 32 |
| Octal | 115 | 74 | 301 | 74 | 105 | 0 | 30 | 370 | 65 | 62 |
| Binary | 1001101 | 111100 | 11000001 | 111100 | 1000101 | 0 | 11000 | 11111000 | 110101 | 110010 |
Color Harmonies of #4D3CC1
Complementary color
Monochromatic Colors of #4D3CC1
Black with #4D3CC1
Text Example
Text Example
White with #4D3CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3CC1; }
p { color: rgb(77,60,193); }
H1.HeaderClassName
{
color: #4D3CC1;
}
.AnyTagClassName
{
color: #4D3CC1;
}
</style>
background-color css
<style>
a { background-color: #4D3CC1; }
a { background-color: rgb(77,60,193); }
div.DivClassName
{
background-color: #4D3CC1;
}
.BgClassName
{
background-color: #4D3CC1;
}
</style>
border-color css
<style>
span { border-color: #4D3CC1; }
span { border-color: rgb(77,60,193); }
td.TdClassName
{
border-color: #4D3CC1;
}
.TagClassName
{
border-color: #4D3CC1;
}
</style>