Shades of Purple Heart #4B1ECD
Tints of Purple Heart #4B1ECD
RGB
CMYK
RGB Variations
Color information
#4B1ECD (or 0x4B1ECD) is known color: Purple Heart. HEX triplet: 4B, 1E and CD. RGB value is (75,30,205). Sum of RGB (Red+Green+Blue) = 75+30+205=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B1ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B1ECD is #B4E132. Grayscale: #3E3E3E. Windows color (decimal): -11854131 or 13442635. OLE color: 13442635.
HSL color Cylindrical-coordinate representation of color #4B1ECD: hue angle of 255.43º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B1ECD is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 30 | 205 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.20 |
| HSL | 255.43º | 0.74% | 0.46% | - |
| HSV(B) | 255.43º | 0.85% | 0.8% | - |
| XYZ | 14.39 | 6.83 | 58.32 | - |
| YUV | 63.41 | 207.91 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 30 | 205 | 0.63 | 0.85 | 0 | 0.20 | 255.43 | 0.74 | 0.46 |
| Hex | 4B | 1E | CD | 3F | 55 | 0 | 14 | FF | 4A | 2E |
| Octal | 113 | 36 | 315 | 77 | 125 | 0 | 24 | 377 | 112 | 56 |
| Binary | 1001011 | 11110 | 11001101 | 111111 | 1010101 | 0 | 10100 | 11111111 | 1001010 | 101110 |
Color Harmonies of #4B1ECD
Complementary color
Monochromatic Colors of #4B1ECD
Black with #4B1ECD
Text Example
Text Example
White with #4B1ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1ECD; }
p { color: rgb(75,30,205); }
H1.HeaderClassName
{
color: #4B1ECD;
}
.AnyTagClassName
{
color: #4B1ECD;
}
</style>
background-color css
<style>
a { background-color: #4B1ECD; }
a { background-color: rgb(75,30,205); }
div.DivClassName
{
background-color: #4B1ECD;
}
.BgClassName
{
background-color: #4B1ECD;
}
</style>
border-color css
<style>
span { border-color: #4B1ECD; }
span { border-color: rgb(75,30,205); }
td.TdClassName
{
border-color: #4B1ECD;
}
.TagClassName
{
border-color: #4B1ECD;
}
</style>