Shades of Purple Heart #4B1ECB
Tints of Purple Heart #4B1ECB
RGB
CMYK
RGB Variations
Color information
#4B1ECB (or 0x4B1ECB) is known color: Purple Heart. HEX triplet: 4B, 1E and CB. RGB value is (75,30,203). Sum of RGB (Red+Green+Blue) = 75+30+203=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B1ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B1ECB is #B4E134. Grayscale: #3E3E3E. Windows color (decimal): -11854133 or 13311563. OLE color: 13311563.
HSL color Cylindrical-coordinate representation of color #4B1ECB: hue angle of 255.61º 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 #4B1ECB is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 30 | 203 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.20 |
| HSL | 255.61º | 0.74% | 0.46% | - |
| HSV(B) | 255.61º | 0.85% | 0.8% | - |
| XYZ | 14.15 | 6.74 | 57.05 | - |
| YUV | 63.18 | 206.91 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 30 | 203 | 0.63 | 0.85 | 0 | 0.20 | 255.61 | 0.74 | 0.46 |
| Hex | 4B | 1E | CB | 3F | 55 | 0 | 14 | 100 | 4A | 2E |
| Octal | 113 | 36 | 313 | 77 | 125 | 0 | 24 | 400 | 112 | 56 |
| Binary | 1001011 | 11110 | 11001011 | 111111 | 1010101 | 0 | 10100 | 100000000 | 1001010 | 101110 |
Color Harmonies of #4B1ECB
Complementary color
Monochromatic Colors of #4B1ECB
Black with #4B1ECB
Text Example
Text Example
White with #4B1ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1ECB; }
p { color: rgb(75,30,203); }
H1.HeaderClassName
{
color: #4B1ECB;
}
.AnyTagClassName
{
color: #4B1ECB;
}
</style>
background-color css
<style>
a { background-color: #4B1ECB; }
a { background-color: rgb(75,30,203); }
div.DivClassName
{
background-color: #4B1ECB;
}
.BgClassName
{
background-color: #4B1ECB;
}
</style>
border-color css
<style>
span { border-color: #4B1ECB; }
span { border-color: rgb(75,30,203); }
td.TdClassName
{
border-color: #4B1ECB;
}
.TagClassName
{
border-color: #4B1ECB;
}
</style>