Shades of Purple Heart #7627BB
Tints of Purple Heart #7627BB
RGB
CMYK
RGB Variations
Color information
#7627BB (or 0x7627BB) is known color: Purple Heart. HEX triplet: 76, 27 and BB. RGB value is (118,39,187). Sum of RGB (Red+Green+Blue) = 118+39+187=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #7627BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7627BB is #89D844. Grayscale: #4E4E4E. Windows color (decimal): -9033797 or 12265334. OLE color: 12265334.
HSL color Cylindrical-coordinate representation of color #7627BB: hue angle of 272.03º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7627BB is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 39 | 187 | - |
| CMYK | 0.37 | 0.79 | 0 | 0.27 |
| HSL | 272.03º | 0.65% | 0.44% | - |
| HSV(B) | 272.03º | 0.79% | 0.73% | - |
| XYZ | 17.17 | 8.89 | 47.82 | - |
| YUV | 79.49 | 188.67 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 39 | 187 | 0.37 | 0.79 | 0 | 0.27 | 272.03 | 0.65 | 0.44 |
| Hex | 76 | 27 | BB | 25 | 4F | 0 | 1B | 110 | 41 | 2C |
| Octal | 166 | 47 | 273 | 45 | 117 | 0 | 33 | 420 | 101 | 54 |
| Binary | 1110110 | 100111 | 10111011 | 100101 | 1001111 | 0 | 11011 | 100010000 | 1000001 | 101100 |
Color Harmonies of #7627BB
Complementary color
Monochromatic Colors of #7627BB
Black with #7627BB
Text Example
Text Example
White with #7627BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7627BB; }
p { color: rgb(118,39,187); }
H1.HeaderClassName
{
color: #7627BB;
}
.AnyTagClassName
{
color: #7627BB;
}
</style>
background-color css
<style>
a { background-color: #7627BB; }
a { background-color: rgb(118,39,187); }
div.DivClassName
{
background-color: #7627BB;
}
.BgClassName
{
background-color: #7627BB;
}
</style>
border-color css
<style>
span { border-color: #7627BB; }
span { border-color: rgb(118,39,187); }
td.TdClassName
{
border-color: #7627BB;
}
.TagClassName
{
border-color: #7627BB;
}
</style>