Shades of Purple Heart #4F10BC
Tints of Purple Heart #4F10BC
RGB
CMYK
RGB Variations
Color information
#4F10BC (or 0x4F10BC) is known color: Purple Heart. HEX triplet: 4F, 10 and BC. RGB value is (79,16,188). Sum of RGB (Red+Green+Blue) = 79+16+188=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F10BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F10BC is #B0EF43. Grayscale: #353535. Windows color (decimal): -11595588 or 12324943. OLE color: 12324943.
HSL color Cylindrical-coordinate representation of color #4F10BC: hue angle of 261.98º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F10BC is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 16 | 188 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.26 |
| HSL | 261.98º | 0.84% | 0.4% | - |
| HSV(B) | 261.98º | 0.91% | 0.74% | - |
| XYZ | 12.49 | 5.66 | 48.01 | - |
| YUV | 54.45 | 203.37 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 16 | 188 | 0.58 | 0.91 | 0 | 0.26 | 261.98 | 0.84 | 0.4 |
| Hex | 4F | 10 | BC | 3A | 5B | 0 | 1A | 106 | 54 | 28 |
| Octal | 117 | 20 | 274 | 72 | 133 | 0 | 32 | 406 | 124 | 50 |
| Binary | 1001111 | 10000 | 10111100 | 111010 | 1011011 | 0 | 11010 | 100000110 | 1010100 | 101000 |
Color Harmonies of #4F10BC
Complementary color
Monochromatic Colors of #4F10BC
Black with #4F10BC
Text Example
Text Example
White with #4F10BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F10BC; }
p { color: rgb(79,16,188); }
H1.HeaderClassName
{
color: #4F10BC;
}
.AnyTagClassName
{
color: #4F10BC;
}
</style>
background-color css
<style>
a { background-color: #4F10BC; }
a { background-color: rgb(79,16,188); }
div.DivClassName
{
background-color: #4F10BC;
}
.BgClassName
{
background-color: #4F10BC;
}
</style>
border-color css
<style>
span { border-color: #4F10BC; }
span { border-color: rgb(79,16,188); }
td.TdClassName
{
border-color: #4F10BC;
}
.TagClassName
{
border-color: #4F10BC;
}
</style>