Shades of Purple Heart #4F2BBB
Tints of Purple Heart #4F2BBB
RGB
CMYK
RGB Variations
Color information
#4F2BBB (or 0x4F2BBB) is known color: Purple Heart. HEX triplet: 4F, 2B and BB. RGB value is (79,43,187). Sum of RGB (Red+Green+Blue) = 79+43+187=309 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.57% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #4F2BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2BBB is #B0D444. Grayscale: #454545. Windows color (decimal): -11588677 or 12266319. OLE color: 12266319.
HSL color Cylindrical-coordinate representation of color #4F2BBB: hue angle of 255º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F2BBB is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 43 | 187 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.27 |
| HSL | 255º | 0.63% | 0.45% | - |
| HSV(B) | 255º | 0.77% | 0.73% | - |
| XYZ | 13.06 | 6.98 | 47.67 | - |
| YUV | 70.18 | 193.93 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 43 | 187 | 0.58 | 0.77 | 0 | 0.27 | 255 | 0.63 | 0.45 |
| Hex | 4F | 2B | BB | 3A | 4D | 0 | 1B | FF | 3F | 2D |
| Octal | 117 | 53 | 273 | 72 | 115 | 0 | 33 | 377 | 77 | 55 |
| Binary | 1001111 | 101011 | 10111011 | 111010 | 1001101 | 0 | 11011 | 11111111 | 111111 | 101101 |
Color Harmonies of #4F2BBB
Complementary color
Monochromatic Colors of #4F2BBB
Black with #4F2BBB
Text Example
Text Example
White with #4F2BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2BBB; }
p { color: rgb(79,43,187); }
H1.HeaderClassName
{
color: #4F2BBB;
}
.AnyTagClassName
{
color: #4F2BBB;
}
</style>
background-color css
<style>
a { background-color: #4F2BBB; }
a { background-color: rgb(79,43,187); }
div.DivClassName
{
background-color: #4F2BBB;
}
.BgClassName
{
background-color: #4F2BBB;
}
</style>
border-color css
<style>
span { border-color: #4F2BBB; }
span { border-color: rgb(79,43,187); }
td.TdClassName
{
border-color: #4F2BBB;
}
.TagClassName
{
border-color: #4F2BBB;
}
</style>