Shades of Purple Heart #4D30CD
Tints of Purple Heart #4D30CD
RGB
CMYK
RGB Variations
Color information
#4D30CD (or 0x4D30CD) is known color: Purple Heart. HEX triplet: 4D, 30 and CD. RGB value is (77,48,205). Sum of RGB (Red+Green+Blue) = 77+48+205=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D30CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D30CD is #B2CF32. Grayscale: #494949. Windows color (decimal): -11718451 or 13447245. OLE color: 13447245.
HSL color Cylindrical-coordinate representation of color #4D30CD: hue angle of 251.08º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D30CD is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 48 | 205 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.20 |
| HSL | 251.08º | 0.62% | 0.5% | - |
| HSV(B) | 251.08º | 0.77% | 0.8% | - |
| XYZ | 15.14 | 8.1 | 58.52 | - |
| YUV | 74.57 | 201.61 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 48 | 205 | 0.62 | 0.77 | 0 | 0.20 | 251.08 | 0.62 | 0.5 |
| Hex | 4D | 30 | CD | 3E | 4D | 0 | 14 | FB | 3E | 32 |
| Octal | 115 | 60 | 315 | 76 | 115 | 0 | 24 | 373 | 76 | 62 |
| Binary | 1001101 | 110000 | 11001101 | 111110 | 1001101 | 0 | 10100 | 11111011 | 111110 | 110010 |
Color Harmonies of #4D30CD
Complementary color
Monochromatic Colors of #4D30CD
Black with #4D30CD
Text Example
Text Example
White with #4D30CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D30CD; }
p { color: rgb(77,48,205); }
H1.HeaderClassName
{
color: #4D30CD;
}
.AnyTagClassName
{
color: #4D30CD;
}
</style>
background-color css
<style>
a { background-color: #4D30CD; }
a { background-color: rgb(77,48,205); }
div.DivClassName
{
background-color: #4D30CD;
}
.BgClassName
{
background-color: #4D30CD;
}
</style>
border-color css
<style>
span { border-color: #4D30CD; }
span { border-color: rgb(77,48,205); }
td.TdClassName
{
border-color: #4D30CD;
}
.TagClassName
{
border-color: #4D30CD;
}
</style>