Shades of Purple Heart #4F10B3
Tints of Purple Heart #4F10B3
RGB
CMYK
RGB Variations
Color information
#4F10B3 (or 0x4F10B3) is known color: Purple Heart. HEX triplet: 4F, 10 and B3. RGB value is (79,16,179). Sum of RGB (Red+Green+Blue) = 79+16+179=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 179 (70.31% from 255 or 65.33% from 274); Max value from RGB is 179 - color contains mainly: blue. Hex color #4F10B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F10B3 is #B0EF4C. Grayscale: #343434. Windows color (decimal): -11595597 or 11735119. OLE color: 11735119.
HSL color Cylindrical-coordinate representation of color #4F10B3: hue angle of 263.19º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F10B3 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 79 | 16 | 179 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.30 |
| HSL | 263.19º | 0.84% | 0.38% | - |
| HSV(B) | 263.19º | 0.91% | 0.7% | - |
| XYZ | 11.55 | 5.29 | 43.06 | - |
| YUV | 53.42 | 198.87 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 16 | 179 | 0.56 | 0.91 | 0 | 0.30 | 263.19 | 0.84 | 0.38 |
| Hex | 4F | 10 | B3 | 38 | 5B | 0 | 1E | 107 | 54 | 26 |
| Octal | 117 | 20 | 263 | 70 | 133 | 0 | 36 | 407 | 124 | 46 |
| Binary | 1001111 | 10000 | 10110011 | 111000 | 1011011 | 0 | 11110 | 100000111 | 1010100 | 100110 |
Color Harmonies of #4F10B3
Complementary color
Monochromatic Colors of #4F10B3
Black with #4F10B3
Text Example
Text Example
White with #4F10B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F10B3; }
p { color: rgb(79,16,179); }
H1.HeaderClassName
{
color: #4F10B3;
}
.AnyTagClassName
{
color: #4F10B3;
}
</style>
background-color css
<style>
a { background-color: #4F10B3; }
a { background-color: rgb(79,16,179); }
div.DivClassName
{
background-color: #4F10B3;
}
.BgClassName
{
background-color: #4F10B3;
}
</style>
border-color css
<style>
span { border-color: #4F10B3; }
span { border-color: rgb(79,16,179); }
td.TdClassName
{
border-color: #4F10B3;
}
.TagClassName
{
border-color: #4F10B3;
}
</style>