Shades of Purple Heart #4F1ECB
Tints of Purple Heart #4F1ECB
RGB
CMYK
RGB Variations
Color information
#4F1ECB (or 0x4F1ECB) is known color: Purple Heart. HEX triplet: 4F, 1E and CB. RGB value is (79,30,203). Sum of RGB (Red+Green+Blue) = 79+30+203=312 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.32% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F1ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F1ECB is #B0E134. Grayscale: #3F3F3F. Windows color (decimal): -11591989 or 13311567. OLE color: 13311567.
HSL color Cylindrical-coordinate representation of color #4F1ECB: hue angle of 256.99º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F1ECB is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 30 | 203 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.20 |
| HSL | 256.99º | 0.74% | 0.46% | - |
| HSV(B) | 256.99º | 0.85% | 0.8% | - |
| XYZ | 14.47 | 6.9 | 57.07 | - |
| YUV | 64.37 | 206.23 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 30 | 203 | 0.61 | 0.85 | 0 | 0.20 | 256.99 | 0.74 | 0.46 |
| Hex | 4F | 1E | CB | 3D | 55 | 0 | 14 | 101 | 4A | 2E |
| Octal | 117 | 36 | 313 | 75 | 125 | 0 | 24 | 401 | 112 | 56 |
| Binary | 1001111 | 11110 | 11001011 | 111101 | 1010101 | 0 | 10100 | 100000001 | 1001010 | 101110 |
Color Harmonies of #4F1ECB
Complementary color
Monochromatic Colors of #4F1ECB
Black with #4F1ECB
Text Example
Text Example
White with #4F1ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1ECB; }
p { color: rgb(79,30,203); }
H1.HeaderClassName
{
color: #4F1ECB;
}
.AnyTagClassName
{
color: #4F1ECB;
}
</style>
background-color css
<style>
a { background-color: #4F1ECB; }
a { background-color: rgb(79,30,203); }
div.DivClassName
{
background-color: #4F1ECB;
}
.BgClassName
{
background-color: #4F1ECB;
}
</style>
border-color css
<style>
span { border-color: #4F1ECB; }
span { border-color: rgb(79,30,203); }
td.TdClassName
{
border-color: #4F1ECB;
}
.TagClassName
{
border-color: #4F1ECB;
}
</style>