Shades of Purple Heart #7138BA
Tints of Purple Heart #7138BA
RGB
CMYK
RGB Variations
Color information
#7138BA (or 0x7138BA) is known color: Purple Heart. HEX triplet: 71, 38 and BA. RGB value is (113,56,186). Sum of RGB (Red+Green+Blue) = 113+56+186=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #7138BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7138BA is #8EC745. Grayscale: #575757. Windows color (decimal): -9357126 or 12204145. OLE color: 12204145.
HSL color Cylindrical-coordinate representation of color #7138BA: hue angle of 266.31º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7138BA is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 56 | 186 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.27 |
| HSL | 266.31º | 0.54% | 0.47% | - |
| HSV(B) | 266.31º | 0.7% | 0.73% | - |
| XYZ | 17.09 | 9.88 | 47.46 | - |
| YUV | 87.86 | 183.38 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 56 | 186 | 0.39 | 0.70 | 0 | 0.27 | 266.31 | 0.54 | 0.47 |
| Hex | 71 | 38 | BA | 27 | 46 | 0 | 1B | 10A | 36 | 2F |
| Octal | 161 | 70 | 272 | 47 | 106 | 0 | 33 | 412 | 66 | 57 |
| Binary | 1110001 | 111000 | 10111010 | 100111 | 1000110 | 0 | 11011 | 100001010 | 110110 | 101111 |
Color Harmonies of #7138BA
Complementary color
Monochromatic Colors of #7138BA
Black with #7138BA
Text Example
Text Example
White with #7138BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7138BA; }
p { color: rgb(113,56,186); }
H1.HeaderClassName
{
color: #7138BA;
}
.AnyTagClassName
{
color: #7138BA;
}
</style>
background-color css
<style>
a { background-color: #7138BA; }
a { background-color: rgb(113,56,186); }
div.DivClassName
{
background-color: #7138BA;
}
.BgClassName
{
background-color: #7138BA;
}
</style>
border-color css
<style>
span { border-color: #7138BA; }
span { border-color: rgb(113,56,186); }
td.TdClassName
{
border-color: #7138BA;
}
.TagClassName
{
border-color: #7138BA;
}
</style>