Shades of Purple Heart #700FAD
Tints of Purple Heart #700FAD
RGB
CMYK
RGB Variations
Color information
#700FAD (or 0x700FAD) is known color: Purple Heart. HEX triplet: 70, 0F and AD. RGB value is (112,15,173). Sum of RGB (Red+Green+Blue) = 112+15+173=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #700FAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700FAD is #8FF052. Grayscale: #3D3D3D. Windows color (decimal): -9433171 or 11341680. OLE color: 11341680.
HSL color Cylindrical-coordinate representation of color #700FAD: hue angle of 276.84º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700FAD is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 15 | 173 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.32 |
| HSL | 276.84º | 0.84% | 0.37% | - |
| HSV(B) | 276.84º | 0.91% | 0.68% | - |
| XYZ | 14.4 | 6.8 | 40.09 | - |
| YUV | 62.02 | 190.64 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 173 | 0.35 | 0.91 | 0 | 0.32 | 276.84 | 0.84 | 0.37 |
| Hex | 70 | F | AD | 23 | 5B | 0 | 20 | 115 | 54 | 25 |
| Octal | 160 | 17 | 255 | 43 | 133 | 0 | 40 | 425 | 124 | 45 |
| Binary | 1110000 | 1111 | 10101101 | 100011 | 1011011 | 0 | 100000 | 100010101 | 1010100 | 100101 |
Color Harmonies of #700FAD
Complementary color
Monochromatic Colors of #700FAD
Black with #700FAD
Text Example
Text Example
White with #700FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700FAD; }
p { color: rgb(112,15,173); }
H1.HeaderClassName
{
color: #700FAD;
}
.AnyTagClassName
{
color: #700FAD;
}
</style>
background-color css
<style>
a { background-color: #700FAD; }
a { background-color: rgb(112,15,173); }
div.DivClassName
{
background-color: #700FAD;
}
.BgClassName
{
background-color: #700FAD;
}
</style>
border-color css
<style>
span { border-color: #700FAD; }
span { border-color: rgb(112,15,173); }
td.TdClassName
{
border-color: #700FAD;
}
.TagClassName
{
border-color: #700FAD;
}
</style>