Shades of Purple Heart #7426BF
Tints of Purple Heart #7426BF
RGB
CMYK
RGB Variations
Color information
#7426BF (or 0x7426BF) is known color: Purple Heart. HEX triplet: 74, 26 and BF. RGB value is (116,38,191). Sum of RGB (Red+Green+Blue) = 116+38+191=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #7426BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7426BF is #8BD940. Grayscale: #4E4E4E. Windows color (decimal): -9165121 or 12527220. OLE color: 12527220.
HSL color Cylindrical-coordinate representation of color #7426BF: hue angle of 270.59º 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 #7426BF is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 38 | 191 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.25 |
| HSL | 270.59º | 0.67% | 0.45% | - |
| HSV(B) | 270.59º | 0.8% | 0.75% | - |
| XYZ | 17.3 | 8.86 | 50.09 | - |
| YUV | 78.76 | 191.34 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 38 | 191 | 0.39 | 0.80 | 0 | 0.25 | 270.59 | 0.67 | 0.45 |
| Hex | 74 | 26 | BF | 27 | 50 | 0 | 19 | 10F | 43 | 2D |
| Octal | 164 | 46 | 277 | 47 | 120 | 0 | 31 | 417 | 103 | 55 |
| Binary | 1110100 | 100110 | 10111111 | 100111 | 1010000 | 0 | 11001 | 100001111 | 1000011 | 101101 |
Color Harmonies of #7426BF
Complementary color
Monochromatic Colors of #7426BF
Black with #7426BF
Text Example
Text Example
White with #7426BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7426BF; }
p { color: rgb(116,38,191); }
H1.HeaderClassName
{
color: #7426BF;
}
.AnyTagClassName
{
color: #7426BF;
}
</style>
background-color css
<style>
a { background-color: #7426BF; }
a { background-color: rgb(116,38,191); }
div.DivClassName
{
background-color: #7426BF;
}
.BgClassName
{
background-color: #7426BF;
}
</style>
border-color css
<style>
span { border-color: #7426BF; }
span { border-color: rgb(116,38,191); }
td.TdClassName
{
border-color: #7426BF;
}
.TagClassName
{
border-color: #7426BF;
}
</style>