Shades of Purple Heart #7008BD
Tints of Purple Heart #7008BD
RGB
CMYK
RGB Variations
Color information
#7008BD (or 0x7008BD) is known color: Purple Heart. HEX triplet: 70, 08 and BD. RGB value is (112,8,189). Sum of RGB (Red+Green+Blue) = 112+8+189=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #7008BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7008BD is #8FF742. Grayscale: #3B3B3B. Windows color (decimal): -9434947 or 12388464. OLE color: 12388464.
HSL color Cylindrical-coordinate representation of color #7008BD: hue angle of 274.48º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7008BD is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 8 | 189 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.26 |
| HSL | 274.48º | 0.92% | 0.39% | - |
| HSV(B) | 274.48º | 0.96% | 0.74% | - |
| XYZ | 15.95 | 7.29 | 48.71 | - |
| YUV | 59.73 | 200.96 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 189 | 0.41 | 0.96 | 0 | 0.26 | 274.48 | 0.92 | 0.39 |
| Hex | 70 | 8 | BD | 29 | 60 | 0 | 1A | 112 | 5C | 27 |
| Octal | 160 | 10 | 275 | 51 | 140 | 0 | 32 | 422 | 134 | 47 |
| Binary | 1110000 | 1000 | 10111101 | 101001 | 1100000 | 0 | 11010 | 100010010 | 1011100 | 100111 |
Color Harmonies of #7008BD
Complementary color
Monochromatic Colors of #7008BD
Black with #7008BD
Text Example
Text Example
White with #7008BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7008BD; }
p { color: rgb(112,8,189); }
H1.HeaderClassName
{
color: #7008BD;
}
.AnyTagClassName
{
color: #7008BD;
}
</style>
background-color css
<style>
a { background-color: #7008BD; }
a { background-color: rgb(112,8,189); }
div.DivClassName
{
background-color: #7008BD;
}
.BgClassName
{
background-color: #7008BD;
}
</style>
border-color css
<style>
span { border-color: #7008BD; }
span { border-color: rgb(112,8,189); }
td.TdClassName
{
border-color: #7008BD;
}
.TagClassName
{
border-color: #7008BD;
}
</style>