Shades of Purple Heart #7108BA
Tints of Purple Heart #7108BA
RGB
CMYK
RGB Variations
Color information
#7108BA (or 0x7108BA) is known color: Purple Heart. HEX triplet: 71, 08 and BA. RGB value is (113,8,186). Sum of RGB (Red+Green+Blue) = 113+8+186=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #7108BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7108BA is #8EF745. Grayscale: #3B3B3B. Windows color (decimal): -9369414 or 12191857. OLE color: 12191857.
HSL color Cylindrical-coordinate representation of color #7108BA: hue angle of 275.39º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7108BA is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 8 | 186 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.27 |
| HSL | 275.39º | 0.92% | 0.38% | - |
| HSV(B) | 275.39º | 0.96% | 0.73% | - |
| XYZ | 15.76 | 7.23 | 47.02 | - |
| YUV | 59.69 | 199.29 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 8 | 186 | 0.39 | 0.96 | 0 | 0.27 | 275.39 | 0.92 | 0.38 |
| Hex | 71 | 8 | BA | 27 | 60 | 0 | 1B | 113 | 5C | 26 |
| Octal | 161 | 10 | 272 | 47 | 140 | 0 | 33 | 423 | 134 | 46 |
| Binary | 1110001 | 1000 | 10111010 | 100111 | 1100000 | 0 | 11011 | 100010011 | 1011100 | 100110 |
Color Harmonies of #7108BA
Complementary color
Monochromatic Colors of #7108BA
Black with #7108BA
Text Example
Text Example
White with #7108BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7108BA; }
p { color: rgb(113,8,186); }
H1.HeaderClassName
{
color: #7108BA;
}
.AnyTagClassName
{
color: #7108BA;
}
</style>
background-color css
<style>
a { background-color: #7108BA; }
a { background-color: rgb(113,8,186); }
div.DivClassName
{
background-color: #7108BA;
}
.BgClassName
{
background-color: #7108BA;
}
</style>
border-color css
<style>
span { border-color: #7108BA; }
span { border-color: rgb(113,8,186); }
td.TdClassName
{
border-color: #7108BA;
}
.TagClassName
{
border-color: #7108BA;
}
</style>