Shades of Purple Heart #7626BD
Tints of Purple Heart #7626BD
RGB
CMYK
RGB Variations
Color information
#7626BD (or 0x7626BD) is known color: Purple Heart. HEX triplet: 76, 26 and BD. RGB value is (118,38,189). Sum of RGB (Red+Green+Blue) = 118+38+189=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #7626BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7626BD is #89D942. Grayscale: #4E4E4E. Windows color (decimal): -9034051 or 12396150. OLE color: 12396150.
HSL color Cylindrical-coordinate representation of color #7626BD: hue angle of 271.79º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7626BD is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 38 | 189 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.26 |
| HSL | 271.79º | 0.67% | 0.45% | - |
| HSV(B) | 271.79º | 0.8% | 0.74% | - |
| XYZ | 17.35 | 8.91 | 48.95 | - |
| YUV | 79.13 | 190 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 38 | 189 | 0.38 | 0.80 | 0 | 0.26 | 271.79 | 0.67 | 0.45 |
| Hex | 76 | 26 | BD | 26 | 50 | 0 | 1A | 110 | 43 | 2D |
| Octal | 166 | 46 | 275 | 46 | 120 | 0 | 32 | 420 | 103 | 55 |
| Binary | 1110110 | 100110 | 10111101 | 100110 | 1010000 | 0 | 11010 | 100010000 | 1000011 | 101101 |
Color Harmonies of #7626BD
Complementary color
Monochromatic Colors of #7626BD
Black with #7626BD
Text Example
Text Example
White with #7626BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7626BD; }
p { color: rgb(118,38,189); }
H1.HeaderClassName
{
color: #7626BD;
}
.AnyTagClassName
{
color: #7626BD;
}
</style>
background-color css
<style>
a { background-color: #7626BD; }
a { background-color: rgb(118,38,189); }
div.DivClassName
{
background-color: #7626BD;
}
.BgClassName
{
background-color: #7626BD;
}
</style>
border-color css
<style>
span { border-color: #7626BD; }
span { border-color: rgb(118,38,189); }
td.TdClassName
{
border-color: #7626BD;
}
.TagClassName
{
border-color: #7626BD;
}
</style>