Shades of Purple Heart #4B2AB6
Tints of Purple Heart #4B2AB6
RGB
CMYK
RGB Variations
Color information
#4B2AB6 (or 0x4B2AB6) is known color: Purple Heart. HEX triplet: 4B, 2A and B6. RGB value is (75,42,182). Sum of RGB (Red+Green+Blue) = 75+42+182=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 182 (71.48% from 255 or 60.87% from 299); Max value from RGB is 182 - color contains mainly: blue. Hex color #4B2AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2AB6 is #B4D549. Grayscale: #434343. Windows color (decimal): -11851082 or 11938379. OLE color: 11938379.
HSL color Cylindrical-coordinate representation of color #4B2AB6: hue angle of 254.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B2AB6 is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 75 | 42 | 182 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.29 |
| HSL | 254.14º | 0.63% | 0.44% | - |
| HSV(B) | 254.14º | 0.77% | 0.71% | - |
| XYZ | 12.17 | 6.53 | 44.87 | - |
| YUV | 67.83 | 192.43 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 42 | 182 | 0.59 | 0.77 | 0 | 0.29 | 254.14 | 0.63 | 0.44 |
| Hex | 4B | 2A | B6 | 3B | 4D | 0 | 1D | FE | 3E | 2C |
| Octal | 113 | 52 | 266 | 73 | 115 | 0 | 35 | 376 | 76 | 54 |
| Binary | 1001011 | 101010 | 10110110 | 111011 | 1001101 | 0 | 11101 | 11111110 | 111110 | 101100 |
Color Harmonies of #4B2AB6
Complementary color
Monochromatic Colors of #4B2AB6
Black with #4B2AB6
Text Example
Text Example
White with #4B2AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2AB6; }
p { color: rgb(75,42,182); }
H1.HeaderClassName
{
color: #4B2AB6;
}
.AnyTagClassName
{
color: #4B2AB6;
}
</style>
background-color css
<style>
a { background-color: #4B2AB6; }
a { background-color: rgb(75,42,182); }
div.DivClassName
{
background-color: #4B2AB6;
}
.BgClassName
{
background-color: #4B2AB6;
}
</style>
border-color css
<style>
span { border-color: #4B2AB6; }
span { border-color: rgb(75,42,182); }
td.TdClassName
{
border-color: #4B2AB6;
}
.TagClassName
{
border-color: #4B2AB6;
}
</style>