Shades of Purple Heart #7008BC
Tints of Purple Heart #7008BC
RGB
CMYK
RGB Variations
Color information
#7008BC (or 0x7008BC) is known color: Purple Heart. HEX triplet: 70, 08 and BC. RGB value is (112,8,188). Sum of RGB (Red+Green+Blue) = 112+8+188=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #7008BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7008BC is #8FF743. Grayscale: #3B3B3B. Windows color (decimal): -9434948 or 12322928. OLE color: 12322928.
HSL color Cylindrical-coordinate representation of color #7008BC: hue angle of 274.67º 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 #7008BC is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 8 | 188 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.26 |
| HSL | 274.67º | 0.92% | 0.38% | - |
| HSV(B) | 274.67º | 0.96% | 0.74% | - |
| XYZ | 15.85 | 7.25 | 48.14 | - |
| YUV | 59.62 | 200.46 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 188 | 0.40 | 0.96 | 0 | 0.26 | 274.67 | 0.92 | 0.38 |
| Hex | 70 | 8 | BC | 28 | 60 | 0 | 1A | 113 | 5C | 26 |
| Octal | 160 | 10 | 274 | 50 | 140 | 0 | 32 | 423 | 134 | 46 |
| Binary | 1110000 | 1000 | 10111100 | 101000 | 1100000 | 0 | 11010 | 100010011 | 1011100 | 100110 |
Color Harmonies of #7008BC
Complementary color
Monochromatic Colors of #7008BC
Black with #7008BC
Text Example
Text Example
White with #7008BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7008BC; }
p { color: rgb(112,8,188); }
H1.HeaderClassName
{
color: #7008BC;
}
.AnyTagClassName
{
color: #7008BC;
}
</style>
background-color css
<style>
a { background-color: #7008BC; }
a { background-color: rgb(112,8,188); }
div.DivClassName
{
background-color: #7008BC;
}
.BgClassName
{
background-color: #7008BC;
}
</style>
border-color css
<style>
span { border-color: #7008BC; }
span { border-color: rgb(112,8,188); }
td.TdClassName
{
border-color: #7008BC;
}
.TagClassName
{
border-color: #7008BC;
}
</style>