Shades of Purple Heart #4B2FB2
Tints of Purple Heart #4B2FB2
RGB
CMYK
RGB Variations
Color information
#4B2FB2 (or 0x4B2FB2) is known color: Purple Heart. HEX triplet: 4B, 2F and B2. RGB value is (75,47,178). Sum of RGB (Red+Green+Blue) = 75+47+178=300 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 178 (69.92% from 255 or 59.33% from 300); Max value from RGB is 178 - color contains mainly: blue. Hex color #4B2FB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2FB2 is #B4D04D. Grayscale: #454545. Windows color (decimal): -11849806 or 11677515. OLE color: 11677515.
HSL color Cylindrical-coordinate representation of color #4B2FB2: hue angle of 252.82º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B2FB2 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 75 | 47 | 178 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.30 |
| HSL | 252.82º | 0.58% | 0.44% | - |
| HSV(B) | 252.82º | 0.74% | 0.7% | - |
| XYZ | 11.95 | 6.74 | 42.79 | - |
| YUV | 70.31 | 188.78 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 47 | 178 | 0.58 | 0.74 | 0 | 0.30 | 252.82 | 0.58 | 0.44 |
| Hex | 4B | 2F | B2 | 3A | 4A | 0 | 1E | FD | 3A | 2C |
| Octal | 113 | 57 | 262 | 72 | 112 | 0 | 36 | 375 | 72 | 54 |
| Binary | 1001011 | 101111 | 10110010 | 111010 | 1001010 | 0 | 11110 | 11111101 | 111010 | 101100 |
Color Harmonies of #4B2FB2
Complementary color
Monochromatic Colors of #4B2FB2
Black with #4B2FB2
Text Example
Text Example
White with #4B2FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2FB2; }
p { color: rgb(75,47,178); }
H1.HeaderClassName
{
color: #4B2FB2;
}
.AnyTagClassName
{
color: #4B2FB2;
}
</style>
background-color css
<style>
a { background-color: #4B2FB2; }
a { background-color: rgb(75,47,178); }
div.DivClassName
{
background-color: #4B2FB2;
}
.BgClassName
{
background-color: #4B2FB2;
}
</style>
border-color css
<style>
span { border-color: #4B2FB2; }
span { border-color: rgb(75,47,178); }
td.TdClassName
{
border-color: #4B2FB2;
}
.TagClassName
{
border-color: #4B2FB2;
}
</style>