Shades of Purple Heart #701FAC
Tints of Purple Heart #701FAC
RGB
CMYK
RGB Variations
Color information
#701FAC (or 0x701FAC) is known color: Purple Heart. HEX triplet: 70, 1F and AC. RGB value is (112,31,172). Sum of RGB (Red+Green+Blue) = 112+31+172=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #701FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701FAC is #8FE053. Grayscale: #464646. Windows color (decimal): -9429076 or 11280240. OLE color: 11280240.
HSL color Cylindrical-coordinate representation of color #701FAC: hue angle of 274.47º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701FAC is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 31 | 172 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.33 |
| HSL | 274.47º | 0.69% | 0.4% | - |
| HSV(B) | 274.47º | 0.82% | 0.67% | - |
| XYZ | 14.62 | 7.4 | 39.69 | - |
| YUV | 71.29 | 184.84 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 172 | 0.35 | 0.82 | 0 | 0.33 | 274.47 | 0.69 | 0.4 |
| Hex | 70 | 1F | AC | 23 | 52 | 0 | 21 | 112 | 45 | 28 |
| Octal | 160 | 37 | 254 | 43 | 122 | 0 | 41 | 422 | 105 | 50 |
| Binary | 1110000 | 11111 | 10101100 | 100011 | 1010010 | 0 | 100001 | 100010010 | 1000101 | 101000 |
Color Harmonies of #701FAC
Complementary color
Monochromatic Colors of #701FAC
Black with #701FAC
Text Example
Text Example
White with #701FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701FAC; }
p { color: rgb(112,31,172); }
H1.HeaderClassName
{
color: #701FAC;
}
.AnyTagClassName
{
color: #701FAC;
}
</style>
background-color css
<style>
a { background-color: #701FAC; }
a { background-color: rgb(112,31,172); }
div.DivClassName
{
background-color: #701FAC;
}
.BgClassName
{
background-color: #701FAC;
}
</style>
border-color css
<style>
span { border-color: #701FAC; }
span { border-color: rgb(112,31,172); }
td.TdClassName
{
border-color: #701FAC;
}
.TagClassName
{
border-color: #701FAC;
}
</style>