Shades of Purple Heart #4F26BF
Tints of Purple Heart #4F26BF
RGB
CMYK
RGB Variations
Color information
#4F26BF (or 0x4F26BF) is known color: Purple Heart. HEX triplet: 4F, 26 and BF. RGB value is (79,38,191). Sum of RGB (Red+Green+Blue) = 79+38+191=308 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.65% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #4F26BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F26BF is #B0D940. Grayscale: #434343. Windows color (decimal): -11589953 or 12527183. OLE color: 12527183.
HSL color Cylindrical-coordinate representation of color #4F26BF: hue angle of 256.08º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F26BF is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 38 | 191 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.25 |
| HSL | 256.08º | 0.67% | 0.45% | - |
| HSV(B) | 256.08º | 0.8% | 0.75% | - |
| XYZ | 13.32 | 6.81 | 49.9 | - |
| YUV | 67.7 | 197.58 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 38 | 191 | 0.59 | 0.80 | 0 | 0.25 | 256.08 | 0.67 | 0.45 |
| Hex | 4F | 26 | BF | 3B | 50 | 0 | 19 | 100 | 43 | 2D |
| Octal | 117 | 46 | 277 | 73 | 120 | 0 | 31 | 400 | 103 | 55 |
| Binary | 1001111 | 100110 | 10111111 | 111011 | 1010000 | 0 | 11001 | 100000000 | 1000011 | 101101 |
Color Harmonies of #4F26BF
Complementary color
Monochromatic Colors of #4F26BF
Black with #4F26BF
Text Example
Text Example
White with #4F26BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F26BF; }
p { color: rgb(79,38,191); }
H1.HeaderClassName
{
color: #4F26BF;
}
.AnyTagClassName
{
color: #4F26BF;
}
</style>
background-color css
<style>
a { background-color: #4F26BF; }
a { background-color: rgb(79,38,191); }
div.DivClassName
{
background-color: #4F26BF;
}
.BgClassName
{
background-color: #4F26BF;
}
</style>
border-color css
<style>
span { border-color: #4F26BF; }
span { border-color: rgb(79,38,191); }
td.TdClassName
{
border-color: #4F26BF;
}
.TagClassName
{
border-color: #4F26BF;
}
</style>