Shades of Purple Heart #4F2AB3
Tints of Purple Heart #4F2AB3
RGB
CMYK
RGB Variations
Color information
#4F2AB3 (or 0x4F2AB3) is known color: Purple Heart. HEX triplet: 4F, 2A and B3. RGB value is (79,42,179). Sum of RGB (Red+Green+Blue) = 79+42+179=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 179 (70.31% from 255 or 59.67% from 300); Max value from RGB is 179 - color contains mainly: blue. Hex color #4F2AB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2AB3 is #B0D54C. Grayscale: #444444. Windows color (decimal): -11588941 or 11741775. OLE color: 11741775.
HSL color Cylindrical-coordinate representation of color #4F2AB3: hue angle of 256.2º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F2AB3 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 79 | 42 | 179 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.30 |
| HSL | 256.2º | 0.62% | 0.43% | - |
| HSV(B) | 256.2º | 0.77% | 0.7% | - |
| XYZ | 12.19 | 6.57 | 43.27 | - |
| YUV | 68.68 | 190.26 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 42 | 179 | 0.56 | 0.77 | 0 | 0.30 | 256.2 | 0.62 | 0.43 |
| Hex | 4F | 2A | B3 | 38 | 4D | 0 | 1E | 100 | 3E | 2B |
| Octal | 117 | 52 | 263 | 70 | 115 | 0 | 36 | 400 | 76 | 53 |
| Binary | 1001111 | 101010 | 10110011 | 111000 | 1001101 | 0 | 11110 | 100000000 | 111110 | 101011 |
Color Harmonies of #4F2AB3
Complementary color
Monochromatic Colors of #4F2AB3
Black with #4F2AB3
Text Example
Text Example
White with #4F2AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2AB3; }
p { color: rgb(79,42,179); }
H1.HeaderClassName
{
color: #4F2AB3;
}
.AnyTagClassName
{
color: #4F2AB3;
}
</style>
background-color css
<style>
a { background-color: #4F2AB3; }
a { background-color: rgb(79,42,179); }
div.DivClassName
{
background-color: #4F2AB3;
}
.BgClassName
{
background-color: #4F2AB3;
}
</style>
border-color css
<style>
span { border-color: #4F2AB3; }
span { border-color: rgb(79,42,179); }
td.TdClassName
{
border-color: #4F2AB3;
}
.TagClassName
{
border-color: #4F2AB3;
}
</style>