Shades of Purple Heart #4F0BAE
Tints of Purple Heart #4F0BAE
RGB
CMYK
RGB Variations
Color information
#4F0BAE (or 0x4F0BAE) is known color: Purple Heart. HEX triplet: 4F, 0B and AE. RGB value is (79,11,174). Sum of RGB (Red+Green+Blue) = 79+11+174=264 (34% of max value = 765). Red value is 79 (31.25% from 255 or 29.92% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 174 (68.36% from 255 or 65.91% from 264); Max value from RGB is 174 - color contains mainly: blue. Hex color #4F0BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0BAE is #B0F451. Grayscale: #313131. Windows color (decimal): -11596882 or 11406159. OLE color: 11406159.
HSL color Cylindrical-coordinate representation of color #4F0BAE: hue angle of 265.03º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F0BAE is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 11 | 174 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.32 |
| HSL | 265.03º | 0.88% | 0.36% | - |
| HSV(B) | 265.03º | 0.94% | 0.68% | - |
| XYZ | 10.98 | 4.96 | 40.42 | - |
| YUV | 49.91 | 198.03 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 11 | 174 | 0.55 | 0.94 | 0 | 0.32 | 265.03 | 0.88 | 0.36 |
| Hex | 4F | B | AE | 37 | 5E | 0 | 20 | 109 | 58 | 24 |
| Octal | 117 | 13 | 256 | 67 | 136 | 0 | 40 | 411 | 130 | 44 |
| Binary | 1001111 | 1011 | 10101110 | 110111 | 1011110 | 0 | 100000 | 100001001 | 1011000 | 100100 |
Color Harmonies of #4F0BAE
Complementary color
Monochromatic Colors of #4F0BAE
Black with #4F0BAE
Text Example
Text Example
White with #4F0BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0BAE; }
p { color: rgb(79,11,174); }
H1.HeaderClassName
{
color: #4F0BAE;
}
.AnyTagClassName
{
color: #4F0BAE;
}
</style>
background-color css
<style>
a { background-color: #4F0BAE; }
a { background-color: rgb(79,11,174); }
div.DivClassName
{
background-color: #4F0BAE;
}
.BgClassName
{
background-color: #4F0BAE;
}
</style>
border-color css
<style>
span { border-color: #4F0BAE; }
span { border-color: rgb(79,11,174); }
td.TdClassName
{
border-color: #4F0BAE;
}
.TagClassName
{
border-color: #4F0BAE;
}
</style>