Shades of Purple Heart #4B1CB3
Tints of Purple Heart #4B1CB3
RGB
CMYK
RGB Variations
Color information
#4B1CB3 (or 0x4B1CB3) is known color: Purple Heart. HEX triplet: 4B, 1C and B3. RGB value is (75,28,179). Sum of RGB (Red+Green+Blue) = 75+28+179=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 179 (70.31% from 255 or 63.48% from 282); Max value from RGB is 179 - color contains mainly: blue. Hex color #4B1CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B1CB3 is #B4E34C. Grayscale: #3A3A3A. Windows color (decimal): -11854669 or 11738187. OLE color: 11738187.
HSL color Cylindrical-coordinate representation of color #4B1CB3: hue angle of 258.68º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B1CB3 is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 75 | 28 | 179 | - |
| CMYK | 0.58 | 0.84 | 0 | 0.30 |
| HSL | 258.68º | 0.73% | 0.41% | - |
| HSV(B) | 258.68º | 0.84% | 0.7% | - |
| XYZ | 11.45 | 5.58 | 43.12 | - |
| YUV | 59.27 | 195.57 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 28 | 179 | 0.58 | 0.84 | 0 | 0.30 | 258.68 | 0.73 | 0.41 |
| Hex | 4B | 1C | B3 | 3A | 54 | 0 | 1E | 103 | 49 | 29 |
| Octal | 113 | 34 | 263 | 72 | 124 | 0 | 36 | 403 | 111 | 51 |
| Binary | 1001011 | 11100 | 10110011 | 111010 | 1010100 | 0 | 11110 | 100000011 | 1001001 | 101001 |
Color Harmonies of #4B1CB3
Complementary color
Monochromatic Colors of #4B1CB3
Black with #4B1CB3
Text Example
Text Example
White with #4B1CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1CB3; }
p { color: rgb(75,28,179); }
H1.HeaderClassName
{
color: #4B1CB3;
}
.AnyTagClassName
{
color: #4B1CB3;
}
</style>
background-color css
<style>
a { background-color: #4B1CB3; }
a { background-color: rgb(75,28,179); }
div.DivClassName
{
background-color: #4B1CB3;
}
.BgClassName
{
background-color: #4B1CB3;
}
</style>
border-color css
<style>
span { border-color: #4B1CB3; }
span { border-color: rgb(75,28,179); }
td.TdClassName
{
border-color: #4B1CB3;
}
.TagClassName
{
border-color: #4B1CB3;
}
</style>