Shades of Purple Heart #4D30CC
Tints of Purple Heart #4D30CC
RGB
CMYK
RGB Variations
Color information
#4D30CC (or 0x4D30CC) is known color: Purple Heart. HEX triplet: 4D, 30 and CC. RGB value is (77,48,204). Sum of RGB (Red+Green+Blue) = 77+48+204=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D30CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D30CC is #B2CF33. Grayscale: #494949. Windows color (decimal): -11718452 or 13381709. OLE color: 13381709.
HSL color Cylindrical-coordinate representation of color #4D30CC: hue angle of 251.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D30CC is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 48 | 204 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.2 |
| HSL | 251.15º | 0.62% | 0.49% | - |
| HSV(B) | 251.15º | 0.76% | 0.8% | - |
| XYZ | 15.02 | 8.05 | 57.89 | - |
| YUV | 74.46 | 201.11 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 48 | 204 | 0.62 | 0.76 | 0 | 0.2 | 251.15 | 0.62 | 0.49 |
| Hex | 4D | 30 | CC | 3E | 4C | 0 | 14 | FB | 3E | 31 |
| Octal | 115 | 60 | 314 | 76 | 114 | 0 | 24 | 373 | 76 | 61 |
| Binary | 1001101 | 110000 | 11001100 | 111110 | 1001100 | 0 | 10100 | 11111011 | 111110 | 110001 |
Color Harmonies of #4D30CC
Complementary color
Monochromatic Colors of #4D30CC
Black with #4D30CC
Text Example
Text Example
White with #4D30CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D30CC; }
p { color: rgb(77,48,204); }
H1.HeaderClassName
{
color: #4D30CC;
}
.AnyTagClassName
{
color: #4D30CC;
}
</style>
background-color css
<style>
a { background-color: #4D30CC; }
a { background-color: rgb(77,48,204); }
div.DivClassName
{
background-color: #4D30CC;
}
.BgClassName
{
background-color: #4D30CC;
}
</style>
border-color css
<style>
span { border-color: #4D30CC; }
span { border-color: rgb(77,48,204); }
td.TdClassName
{
border-color: #4D30CC;
}
.TagClassName
{
border-color: #4D30CC;
}
</style>