Shades of Purple Heart #4D18CD
Tints of Purple Heart #4D18CD
RGB
CMYK
RGB Variations
Color information
#4D18CD (or 0x4D18CD) is known color: Purple Heart. HEX triplet: 4D, 18 and CD. RGB value is (77,24,205). Sum of RGB (Red+Green+Blue) = 77+24+205=306 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.16% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D18CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D18CD is #B2E732. Grayscale: #3B3B3B. Windows color (decimal): -11724595 or 13441101. OLE color: 13441101.
HSL color Cylindrical-coordinate representation of color #4D18CD: hue angle of 257.57º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D18CD is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 24 | 205 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.20 |
| HSL | 257.57º | 0.79% | 0.45% | - |
| HSV(B) | 257.57º | 0.88% | 0.8% | - |
| XYZ | 14.41 | 6.64 | 58.28 | - |
| YUV | 60.48 | 209.56 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 205 | 0.62 | 0.88 | 0 | 0.20 | 257.57 | 0.79 | 0.45 |
| Hex | 4D | 18 | CD | 3E | 58 | 0 | 14 | 102 | 4F | 2D |
| Octal | 115 | 30 | 315 | 76 | 130 | 0 | 24 | 402 | 117 | 55 |
| Binary | 1001101 | 11000 | 11001101 | 111110 | 1011000 | 0 | 10100 | 100000010 | 1001111 | 101101 |
Color Harmonies of #4D18CD
Complementary color
Monochromatic Colors of #4D18CD
Black with #4D18CD
Text Example
Text Example
White with #4D18CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D18CD; }
p { color: rgb(77,24,205); }
H1.HeaderClassName
{
color: #4D18CD;
}
.AnyTagClassName
{
color: #4D18CD;
}
</style>
background-color css
<style>
a { background-color: #4D18CD; }
a { background-color: rgb(77,24,205); }
div.DivClassName
{
background-color: #4D18CD;
}
.BgClassName
{
background-color: #4D18CD;
}
</style>
border-color css
<style>
span { border-color: #4D18CD; }
span { border-color: rgb(77,24,205); }
td.TdClassName
{
border-color: #4D18CD;
}
.TagClassName
{
border-color: #4D18CD;
}
</style>