Shades of Purple Heart #4D2FCD
Tints of Purple Heart #4D2FCD
RGB
CMYK
RGB Variations
Color information
#4D2FCD (or 0x4D2FCD) is known color: Purple Heart. HEX triplet: 4D, 2F and CD. RGB value is (77,47,205). Sum of RGB (Red+Green+Blue) = 77+47+205=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D2FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2FCD is #B2D032. Grayscale: #494949. Windows color (decimal): -11718707 or 13446989. OLE color: 13446989.
HSL color Cylindrical-coordinate representation of color #4D2FCD: hue angle of 251.39º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D2FCD is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 47 | 205 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.20 |
| HSL | 251.39º | 0.63% | 0.49% | - |
| HSV(B) | 251.39º | 0.77% | 0.8% | - |
| XYZ | 15.1 | 8.02 | 58.51 | - |
| YUV | 73.98 | 201.94 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 47 | 205 | 0.62 | 0.77 | 0 | 0.20 | 251.39 | 0.63 | 0.49 |
| Hex | 4D | 2F | CD | 3E | 4D | 0 | 14 | FB | 3F | 31 |
| Octal | 115 | 57 | 315 | 76 | 115 | 0 | 24 | 373 | 77 | 61 |
| Binary | 1001101 | 101111 | 11001101 | 111110 | 1001101 | 0 | 10100 | 11111011 | 111111 | 110001 |
Color Harmonies of #4D2FCD
Complementary color
Monochromatic Colors of #4D2FCD
Black with #4D2FCD
Text Example
Text Example
White with #4D2FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2FCD; }
p { color: rgb(77,47,205); }
H1.HeaderClassName
{
color: #4D2FCD;
}
.AnyTagClassName
{
color: #4D2FCD;
}
</style>
background-color css
<style>
a { background-color: #4D2FCD; }
a { background-color: rgb(77,47,205); }
div.DivClassName
{
background-color: #4D2FCD;
}
.BgClassName
{
background-color: #4D2FCD;
}
</style>
border-color css
<style>
span { border-color: #4D2FCD; }
span { border-color: rgb(77,47,205); }
td.TdClassName
{
border-color: #4D2FCD;
}
.TagClassName
{
border-color: #4D2FCD;
}
</style>