Shades of Purple Heart #4B2ECE
Tints of Purple Heart #4B2ECE
RGB
CMYK
RGB Variations
Color information
#4B2ECE (or 0x4B2ECE) is known color: Purple Heart. HEX triplet: 4B, 2E and CE. RGB value is (75,46,206). Sum of RGB (Red+Green+Blue) = 75+46+206=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B2ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2ECE is #B4D131. Grayscale: #484848. Windows color (decimal): -11850034 or 13512267. OLE color: 13512267.
HSL color Cylindrical-coordinate representation of color #4B2ECE: hue angle of 250.88º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B2ECE is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 46 | 206 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.19 |
| HSL | 250.88º | 0.63% | 0.49% | - |
| HSV(B) | 250.88º | 0.78% | 0.81% | - |
| XYZ | 15.02 | 7.91 | 59.13 | - |
| YUV | 72.91 | 203.11 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 46 | 206 | 0.64 | 0.78 | 0 | 0.19 | 250.88 | 0.63 | 0.49 |
| Hex | 4B | 2E | CE | 40 | 4E | 0 | 13 | FB | 3F | 31 |
| Octal | 113 | 56 | 316 | 100 | 116 | 0 | 23 | 373 | 77 | 61 |
| Binary | 1001011 | 101110 | 11001110 | 1000000 | 1001110 | 0 | 10011 | 11111011 | 111111 | 110001 |
Color Harmonies of #4B2ECE
Complementary color
Monochromatic Colors of #4B2ECE
Black with #4B2ECE
Text Example
Text Example
White with #4B2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2ECE; }
p { color: rgb(75,46,206); }
H1.HeaderClassName
{
color: #4B2ECE;
}
.AnyTagClassName
{
color: #4B2ECE;
}
</style>
background-color css
<style>
a { background-color: #4B2ECE; }
a { background-color: rgb(75,46,206); }
div.DivClassName
{
background-color: #4B2ECE;
}
.BgClassName
{
background-color: #4B2ECE;
}
</style>
border-color css
<style>
span { border-color: #4B2ECE; }
span { border-color: rgb(75,46,206); }
td.TdClassName
{
border-color: #4B2ECE;
}
.TagClassName
{
border-color: #4B2ECE;
}
</style>