Shades of Purple Heart #4D17CD
Tints of Purple Heart #4D17CD
RGB
CMYK
RGB Variations
Color information
#4D17CD (or 0x4D17CD) is known color: Purple Heart. HEX triplet: 4D, 17 and CD. RGB value is (77,23,205). Sum of RGB (Red+Green+Blue) = 77+23+205=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D17CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D17CD is #B2E832. Grayscale: #3B3B3B. Windows color (decimal): -11724851 or 13440845. OLE color: 13440845.
HSL color Cylindrical-coordinate representation of color #4D17CD: hue angle of 257.8º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D17CD is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 23 | 205 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.20 |
| HSL | 257.8º | 0.8% | 0.45% | - |
| HSV(B) | 257.8º | 0.89% | 0.8% | - |
| XYZ | 14.39 | 6.6 | 58.27 | - |
| YUV | 59.89 | 209.89 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 205 | 0.62 | 0.89 | 0 | 0.20 | 257.8 | 0.8 | 0.45 |
| Hex | 4D | 17 | CD | 3E | 59 | 0 | 14 | 102 | 50 | 2D |
| Octal | 115 | 27 | 315 | 76 | 131 | 0 | 24 | 402 | 120 | 55 |
| Binary | 1001101 | 10111 | 11001101 | 111110 | 1011001 | 0 | 10100 | 100000010 | 1010000 | 101101 |
Color Harmonies of #4D17CD
Complementary color
Monochromatic Colors of #4D17CD
Black with #4D17CD
Text Example
Text Example
White with #4D17CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D17CD; }
p { color: rgb(77,23,205); }
H1.HeaderClassName
{
color: #4D17CD;
}
.AnyTagClassName
{
color: #4D17CD;
}
</style>
background-color css
<style>
a { background-color: #4D17CD; }
a { background-color: rgb(77,23,205); }
div.DivClassName
{
background-color: #4D17CD;
}
.BgClassName
{
background-color: #4D17CD;
}
</style>
border-color css
<style>
span { border-color: #4D17CD; }
span { border-color: rgb(77,23,205); }
td.TdClassName
{
border-color: #4D17CD;
}
.TagClassName
{
border-color: #4D17CD;
}
</style>