Shades of Purple Heart #7108BC
Tints of Purple Heart #7108BC
RGB
CMYK
RGB Variations
Color information
#7108BC (or 0x7108BC) is known color: Purple Heart. HEX triplet: 71, 08 and BC. RGB value is (113,8,188). Sum of RGB (Red+Green+Blue) = 113+8+188=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #7108BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7108BC is #8EF743. Grayscale: #3B3B3B. Windows color (decimal): -9369412 or 12322929. OLE color: 12322929.
HSL color Cylindrical-coordinate representation of color #7108BC: hue angle of 275º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7108BC is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 8 | 188 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.26 |
| HSL | 275º | 0.92% | 0.38% | - |
| HSV(B) | 275º | 0.96% | 0.74% | - |
| XYZ | 15.97 | 7.32 | 48.15 | - |
| YUV | 59.92 | 200.29 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 8 | 188 | 0.40 | 0.96 | 0 | 0.26 | 275 | 0.92 | 0.38 |
| Hex | 71 | 8 | BC | 28 | 60 | 0 | 1A | 113 | 5C | 26 |
| Octal | 161 | 10 | 274 | 50 | 140 | 0 | 32 | 423 | 134 | 46 |
| Binary | 1110001 | 1000 | 10111100 | 101000 | 1100000 | 0 | 11010 | 100010011 | 1011100 | 100110 |
Color Harmonies of #7108BC
Complementary color
Monochromatic Colors of #7108BC
Black with #7108BC
Text Example
Text Example
White with #7108BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7108BC; }
p { color: rgb(113,8,188); }
H1.HeaderClassName
{
color: #7108BC;
}
.AnyTagClassName
{
color: #7108BC;
}
</style>
background-color css
<style>
a { background-color: #7108BC; }
a { background-color: rgb(113,8,188); }
div.DivClassName
{
background-color: #7108BC;
}
.BgClassName
{
background-color: #7108BC;
}
</style>
border-color css
<style>
span { border-color: #7108BC; }
span { border-color: rgb(113,8,188); }
td.TdClassName
{
border-color: #7108BC;
}
.TagClassName
{
border-color: #7108BC;
}
</style>