Shades of Purple Heart #4B1CB4
Tints of Purple Heart #4B1CB4
RGB
CMYK
RGB Variations
Color information
#4B1CB4 (or 0x4B1CB4) is known color: Purple Heart. HEX triplet: 4B, 1C and B4. RGB value is (75,28,180). Sum of RGB (Red+Green+Blue) = 75+28+180=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 180 (70.70% from 255 or 63.60% from 283); Max value from RGB is 180 - color contains mainly: blue. Hex color #4B1CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B1CB4 is #B4E34B. Grayscale: #3A3A3A. Windows color (decimal): -11854668 or 11803723. OLE color: 11803723.
HSL color Cylindrical-coordinate representation of color #4B1CB4: hue angle of 258.55º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B1CB4 is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 75 | 28 | 180 | - |
| CMYK | 0.58 | 0.84 | 0 | 0.29 |
| HSL | 258.55º | 0.73% | 0.41% | - |
| HSV(B) | 258.55º | 0.84% | 0.71% | - |
| XYZ | 11.56 | 5.62 | 43.66 | - |
| YUV | 59.38 | 196.07 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 28 | 180 | 0.58 | 0.84 | 0 | 0.29 | 258.55 | 0.73 | 0.41 |
| Hex | 4B | 1C | B4 | 3A | 54 | 0 | 1D | 103 | 49 | 29 |
| Octal | 113 | 34 | 264 | 72 | 124 | 0 | 35 | 403 | 111 | 51 |
| Binary | 1001011 | 11100 | 10110100 | 111010 | 1010100 | 0 | 11101 | 100000011 | 1001001 | 101001 |
Color Harmonies of #4B1CB4
Complementary color
Monochromatic Colors of #4B1CB4
Black with #4B1CB4
Text Example
Text Example
White with #4B1CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1CB4; }
p { color: rgb(75,28,180); }
H1.HeaderClassName
{
color: #4B1CB4;
}
.AnyTagClassName
{
color: #4B1CB4;
}
</style>
background-color css
<style>
a { background-color: #4B1CB4; }
a { background-color: rgb(75,28,180); }
div.DivClassName
{
background-color: #4B1CB4;
}
.BgClassName
{
background-color: #4B1CB4;
}
</style>
border-color css
<style>
span { border-color: #4B1CB4; }
span { border-color: rgb(75,28,180); }
td.TdClassName
{
border-color: #4B1CB4;
}
.TagClassName
{
border-color: #4B1CB4;
}
</style>