Shades of Purple Heart #4B2BC3
Tints of Purple Heart #4B2BC3
RGB
CMYK
RGB Variations
Color information
#4B2BC3 (or 0x4B2BC3) is known color: Purple Heart. HEX triplet: 4B, 2B and C3. RGB value is (75,43,195). Sum of RGB (Red+Green+Blue) = 75+43+195=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 195 (76.56% from 255 or 62.30% from 313); Max value from RGB is 195 - color contains mainly: blue. Hex color #4B2BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2BC3 is #B4D43C. Grayscale: #454545. Windows color (decimal): -11850813 or 12790603. OLE color: 12790603.
HSL color Cylindrical-coordinate representation of color #4B2BC3: hue angle of 252.63º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B2BC3 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 43 | 195 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.24 |
| HSL | 252.63º | 0.64% | 0.47% | - |
| HSV(B) | 252.63º | 0.78% | 0.76% | - |
| XYZ | 13.62 | 7.16 | 52.29 | - |
| YUV | 69.9 | 198.6 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 43 | 195 | 0.62 | 0.78 | 0 | 0.24 | 252.63 | 0.64 | 0.47 |
| Hex | 4B | 2B | C3 | 3E | 4E | 0 | 18 | FD | 40 | 2F |
| Octal | 113 | 53 | 303 | 76 | 116 | 0 | 30 | 375 | 100 | 57 |
| Binary | 1001011 | 101011 | 11000011 | 111110 | 1001110 | 0 | 11000 | 11111101 | 1000000 | 101111 |
Color Harmonies of #4B2BC3
Complementary color
Monochromatic Colors of #4B2BC3
Black with #4B2BC3
Text Example
Text Example
White with #4B2BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2BC3; }
p { color: rgb(75,43,195); }
H1.HeaderClassName
{
color: #4B2BC3;
}
.AnyTagClassName
{
color: #4B2BC3;
}
</style>
background-color css
<style>
a { background-color: #4B2BC3; }
a { background-color: rgb(75,43,195); }
div.DivClassName
{
background-color: #4B2BC3;
}
.BgClassName
{
background-color: #4B2BC3;
}
</style>
border-color css
<style>
span { border-color: #4B2BC3; }
span { border-color: rgb(75,43,195); }
td.TdClassName
{
border-color: #4B2BC3;
}
.TagClassName
{
border-color: #4B2BC3;
}
</style>