Shades of Purple Heart #7007BD
Tints of Purple Heart #7007BD
RGB
CMYK
RGB Variations
Color information
#7007BD (or 0x7007BD) is known color: Purple Heart. HEX triplet: 70, 07 and BD. RGB value is (112,7,189). Sum of RGB (Red+Green+Blue) = 112+7+189=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #7007BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7007BD is #8FF842. Grayscale: #3A3A3A. Windows color (decimal): -9435203 or 12388208. OLE color: 12388208.
HSL color Cylindrical-coordinate representation of color #7007BD: hue angle of 274.62º degrees, saturation: 0.93, 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 #7007BD is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 7 | 189 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.26 |
| HSL | 274.62º | 0.93% | 0.38% | - |
| HSV(B) | 274.62º | 0.96% | 0.74% | - |
| XYZ | 15.94 | 7.27 | 48.71 | - |
| YUV | 59.14 | 201.29 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 189 | 0.41 | 0.96 | 0 | 0.26 | 274.62 | 0.93 | 0.38 |
| Hex | 70 | 7 | BD | 29 | 60 | 0 | 1A | 113 | 5D | 26 |
| Octal | 160 | 7 | 275 | 51 | 140 | 0 | 32 | 423 | 135 | 46 |
| Binary | 1110000 | 111 | 10111101 | 101001 | 1100000 | 0 | 11010 | 100010011 | 1011101 | 100110 |
Color Harmonies of #7007BD
Complementary color
Monochromatic Colors of #7007BD
Black with #7007BD
Text Example
Text Example
White with #7007BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7007BD; }
p { color: rgb(112,7,189); }
H1.HeaderClassName
{
color: #7007BD;
}
.AnyTagClassName
{
color: #7007BD;
}
</style>
background-color css
<style>
a { background-color: #7007BD; }
a { background-color: rgb(112,7,189); }
div.DivClassName
{
background-color: #7007BD;
}
.BgClassName
{
background-color: #7007BD;
}
</style>
border-color css
<style>
span { border-color: #7007BD; }
span { border-color: rgb(112,7,189); }
td.TdClassName
{
border-color: #7007BD;
}
.TagClassName
{
border-color: #7007BD;
}
</style>