Shades of Purple Heart #7E25BC
Tints of Purple Heart #7E25BC
RGB
CMYK
RGB Variations
Color information
#7E25BC (or 0x7E25BC) is known color: Purple Heart. HEX triplet: 7E, 25 and BC. RGB value is (126,37,188). Sum of RGB (Red+Green+Blue) = 126+37+188=351 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.90% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E25BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E25BC is #81DA43. Grayscale: #505050. Windows color (decimal): -8510020 or 12330366. OLE color: 12330366.
HSL color Cylindrical-coordinate representation of color #7E25BC: hue angle of 275.36º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E25BC is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 37 | 188 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.26 |
| HSL | 275.36º | 0.67% | 0.44% | - |
| HSV(B) | 275.36º | 0.8% | 0.74% | - |
| XYZ | 18.34 | 9.39 | 48.42 | - |
| YUV | 80.83 | 188.49 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 37 | 188 | 0.33 | 0.80 | 0 | 0.26 | 275.36 | 0.67 | 0.44 |
| Hex | 7E | 25 | BC | 21 | 50 | 0 | 1A | 113 | 43 | 2C |
| Octal | 176 | 45 | 274 | 41 | 120 | 0 | 32 | 423 | 103 | 54 |
| Binary | 1111110 | 100101 | 10111100 | 100001 | 1010000 | 0 | 11010 | 100010011 | 1000011 | 101100 |
Color Harmonies of #7E25BC
Complementary color
Monochromatic Colors of #7E25BC
Black with #7E25BC
Text Example
Text Example
White with #7E25BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E25BC; }
p { color: rgb(126,37,188); }
H1.HeaderClassName
{
color: #7E25BC;
}
.AnyTagClassName
{
color: #7E25BC;
}
</style>
background-color css
<style>
a { background-color: #7E25BC; }
a { background-color: rgb(126,37,188); }
div.DivClassName
{
background-color: #7E25BC;
}
.BgClassName
{
background-color: #7E25BC;
}
</style>
border-color css
<style>
span { border-color: #7E25BC; }
span { border-color: rgb(126,37,188); }
td.TdClassName
{
border-color: #7E25BC;
}
.TagClassName
{
border-color: #7E25BC;
}
</style>