Shades of Purple Heart #7038BC
Tints of Purple Heart #7038BC
RGB
CMYK
RGB Variations
Color information
#7038BC (or 0x7038BC) is known color: Purple Heart. HEX triplet: 70, 38 and BC. RGB value is (112,56,188). Sum of RGB (Red+Green+Blue) = 112+56+188=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #7038BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7038BC is #8FC743. Grayscale: #575757. Windows color (decimal): -9422660 or 12335216. OLE color: 12335216.
HSL color Cylindrical-coordinate representation of color #7038BC: hue angle of 265.45º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7038BC is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 56 | 188 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.26 |
| HSL | 265.45º | 0.54% | 0.48% | - |
| HSV(B) | 265.45º | 0.7% | 0.74% | - |
| XYZ | 17.17 | 9.9 | 48.58 | - |
| YUV | 87.79 | 184.55 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 56 | 188 | 0.40 | 0.70 | 0 | 0.26 | 265.45 | 0.54 | 0.48 |
| Hex | 70 | 38 | BC | 28 | 46 | 0 | 1A | 109 | 36 | 30 |
| Octal | 160 | 70 | 274 | 50 | 106 | 0 | 32 | 411 | 66 | 60 |
| Binary | 1110000 | 111000 | 10111100 | 101000 | 1000110 | 0 | 11010 | 100001001 | 110110 | 110000 |
Color Harmonies of #7038BC
Complementary color
Monochromatic Colors of #7038BC
Black with #7038BC
Text Example
Text Example
White with #7038BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7038BC; }
p { color: rgb(112,56,188); }
H1.HeaderClassName
{
color: #7038BC;
}
.AnyTagClassName
{
color: #7038BC;
}
</style>
background-color css
<style>
a { background-color: #7038BC; }
a { background-color: rgb(112,56,188); }
div.DivClassName
{
background-color: #7038BC;
}
.BgClassName
{
background-color: #7038BC;
}
</style>
border-color css
<style>
span { border-color: #7038BC; }
span { border-color: rgb(112,56,188); }
td.TdClassName
{
border-color: #7038BC;
}
.TagClassName
{
border-color: #7038BC;
}
</style>