Shades of Purple Heart #4F30BC
Tints of Purple Heart #4F30BC
RGB
CMYK
RGB Variations
Color information
#4F30BC (or 0x4F30BC) is known color: Purple Heart. HEX triplet: 4F, 30 and BC. RGB value is (79,48,188). Sum of RGB (Red+Green+Blue) = 79+48+188=315 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.08% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F30BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F30BC is #B0CF43. Grayscale: #484848. Windows color (decimal): -11587396 or 12333135. OLE color: 12333135.
HSL color Cylindrical-coordinate representation of color #4F30BC: hue angle of 253.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4F30BC is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 48 | 188 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.26 |
| HSL | 253.29º | 0.59% | 0.46% | - |
| HSV(B) | 253.29º | 0.74% | 0.74% | - |
| XYZ | 13.36 | 7.41 | 48.3 | - |
| YUV | 73.23 | 192.77 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 48 | 188 | 0.58 | 0.74 | 0 | 0.26 | 253.29 | 0.59 | 0.46 |
| Hex | 4F | 30 | BC | 3A | 4A | 0 | 1A | FD | 3B | 2E |
| Octal | 117 | 60 | 274 | 72 | 112 | 0 | 32 | 375 | 73 | 56 |
| Binary | 1001111 | 110000 | 10111100 | 111010 | 1001010 | 0 | 11010 | 11111101 | 111011 | 101110 |
Color Harmonies of #4F30BC
Complementary color
Monochromatic Colors of #4F30BC
Black with #4F30BC
Text Example
Text Example
White with #4F30BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F30BC; }
p { color: rgb(79,48,188); }
H1.HeaderClassName
{
color: #4F30BC;
}
.AnyTagClassName
{
color: #4F30BC;
}
</style>
background-color css
<style>
a { background-color: #4F30BC; }
a { background-color: rgb(79,48,188); }
div.DivClassName
{
background-color: #4F30BC;
}
.BgClassName
{
background-color: #4F30BC;
}
</style>
border-color css
<style>
span { border-color: #4F30BC; }
span { border-color: rgb(79,48,188); }
td.TdClassName
{
border-color: #4F30BC;
}
.TagClassName
{
border-color: #4F30BC;
}
</style>