Shades of Purple Heart #4F26BA
Tints of Purple Heart #4F26BA
RGB
CMYK
RGB Variations
Color information
#4F26BA (or 0x4F26BA) is known color: Purple Heart. HEX triplet: 4F, 26 and BA. RGB value is (79,38,186). Sum of RGB (Red+Green+Blue) = 79+38+186=303 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.07% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F26BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F26BA is #B0D945. Grayscale: #424242. Windows color (decimal): -11589958 or 12199503. OLE color: 12199503.
HSL color Cylindrical-coordinate representation of color #4F26BA: hue angle of 256.62º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F26BA is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 38 | 186 | - |
| CMYK | 0.58 | 0.80 | 0 | 0.27 |
| HSL | 256.62º | 0.66% | 0.44% | - |
| HSV(B) | 256.62º | 0.8% | 0.73% | - |
| XYZ | 12.78 | 6.59 | 47.05 | - |
| YUV | 67.13 | 195.08 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 38 | 186 | 0.58 | 0.80 | 0 | 0.27 | 256.62 | 0.66 | 0.44 |
| Hex | 4F | 26 | BA | 3A | 50 | 0 | 1B | 101 | 42 | 2C |
| Octal | 117 | 46 | 272 | 72 | 120 | 0 | 33 | 401 | 102 | 54 |
| Binary | 1001111 | 100110 | 10111010 | 111010 | 1010000 | 0 | 11011 | 100000001 | 1000010 | 101100 |
Color Harmonies of #4F26BA
Complementary color
Monochromatic Colors of #4F26BA
Black with #4F26BA
Text Example
Text Example
White with #4F26BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F26BA; }
p { color: rgb(79,38,186); }
H1.HeaderClassName
{
color: #4F26BA;
}
.AnyTagClassName
{
color: #4F26BA;
}
</style>
background-color css
<style>
a { background-color: #4F26BA; }
a { background-color: rgb(79,38,186); }
div.DivClassName
{
background-color: #4F26BA;
}
.BgClassName
{
background-color: #4F26BA;
}
</style>
border-color css
<style>
span { border-color: #4F26BA; }
span { border-color: rgb(79,38,186); }
td.TdClassName
{
border-color: #4F26BA;
}
.TagClassName
{
border-color: #4F26BA;
}
</style>