Shades of Purple Heart #7426BB
Tints of Purple Heart #7426BB
RGB
CMYK
RGB Variations
Color information
#7426BB (or 0x7426BB) is known color: Purple Heart. HEX triplet: 74, 26 and BB. RGB value is (116,38,187). Sum of RGB (Red+Green+Blue) = 116+38+187=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #7426BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7426BB is #8BD944. Grayscale: #4D4D4D. Windows color (decimal): -9165125 or 12265076. OLE color: 12265076.
HSL color Cylindrical-coordinate representation of color #7426BB: hue angle of 271.41º 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 #7426BB is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 38 | 187 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.27 |
| HSL | 271.41º | 0.66% | 0.44% | - |
| HSV(B) | 271.41º | 0.8% | 0.73% | - |
| XYZ | 16.87 | 8.69 | 47.8 | - |
| YUV | 78.31 | 189.34 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 38 | 187 | 0.38 | 0.80 | 0 | 0.27 | 271.41 | 0.66 | 0.44 |
| Hex | 74 | 26 | BB | 26 | 50 | 0 | 1B | 10F | 42 | 2C |
| Octal | 164 | 46 | 273 | 46 | 120 | 0 | 33 | 417 | 102 | 54 |
| Binary | 1110100 | 100110 | 10111011 | 100110 | 1010000 | 0 | 11011 | 100001111 | 1000010 | 101100 |
Color Harmonies of #7426BB
Complementary color
Monochromatic Colors of #7426BB
Black with #7426BB
Text Example
Text Example
White with #7426BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7426BB; }
p { color: rgb(116,38,187); }
H1.HeaderClassName
{
color: #7426BB;
}
.AnyTagClassName
{
color: #7426BB;
}
</style>
background-color css
<style>
a { background-color: #7426BB; }
a { background-color: rgb(116,38,187); }
div.DivClassName
{
background-color: #7426BB;
}
.BgClassName
{
background-color: #7426BB;
}
</style>
border-color css
<style>
span { border-color: #7426BB; }
span { border-color: rgb(116,38,187); }
td.TdClassName
{
border-color: #7426BB;
}
.TagClassName
{
border-color: #7426BB;
}
</style>