Shades of Purple Heart #7026B1
Tints of Purple Heart #7026B1
RGB
CMYK
RGB Variations
Color information
#7026B1 (or 0x7026B1) is known color: Purple Heart. HEX triplet: 70, 26 and B1. RGB value is (112,38,177). Sum of RGB (Red+Green+Blue) = 112+38+177=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 177 (69.53% from 255 or 54.13% from 327); Max value from RGB is 177 - color contains mainly: blue. Hex color #7026B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7026B1 is #8FD94E. Grayscale: #4B4B4B. Windows color (decimal): -9427279 or 11609712. OLE color: 11609712.
HSL color Cylindrical-coordinate representation of color #7026B1: hue angle of 271.94º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7026B1 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 38 | 177 | - |
| CMYK | 0.37 | 0.79 | 0 | 0.31 |
| HSL | 271.94º | 0.65% | 0.42% | - |
| HSV(B) | 271.94º | 0.79% | 0.69% | - |
| XYZ | 15.31 | 8.01 | 42.33 | - |
| YUV | 75.97 | 185.02 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 38 | 177 | 0.37 | 0.79 | 0 | 0.31 | 271.94 | 0.65 | 0.42 |
| Hex | 70 | 26 | B1 | 25 | 4F | 0 | 1F | 110 | 41 | 2A |
| Octal | 160 | 46 | 261 | 45 | 117 | 0 | 37 | 420 | 101 | 52 |
| Binary | 1110000 | 100110 | 10110001 | 100101 | 1001111 | 0 | 11111 | 100010000 | 1000001 | 101010 |
Color Harmonies of #7026B1
Complementary color
Monochromatic Colors of #7026B1
Black with #7026B1
Text Example
Text Example
White with #7026B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7026B1; }
p { color: rgb(112,38,177); }
H1.HeaderClassName
{
color: #7026B1;
}
.AnyTagClassName
{
color: #7026B1;
}
</style>
background-color css
<style>
a { background-color: #7026B1; }
a { background-color: rgb(112,38,177); }
div.DivClassName
{
background-color: #7026B1;
}
.BgClassName
{
background-color: #7026B1;
}
</style>
border-color css
<style>
span { border-color: #7026B1; }
span { border-color: rgb(112,38,177); }
td.TdClassName
{
border-color: #7026B1;
}
.TagClassName
{
border-color: #7026B1;
}
</style>