Shades of Purple #700471
Tints of Purple #700471
RGB
CMYK
RGB Variations
Color information
#700471 (or 0x700471) is known color: Purple. HEX triplet: 70, 04 and 71. RGB value is (112,4,113). Sum of RGB (Red+Green+Blue) = 112+4+113=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #700471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700471 is #8FFB8E. Grayscale: #303030. Windows color (decimal): -9436047 or 7406704. OLE color: 7406704.
HSL color Cylindrical-coordinate representation of color #700471: hue angle of 299.45º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700471 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 113 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.56 |
| HSL | 299.45º | 0.93% | 0.23% | - |
| HSV(B) | 299.45º | 0.96% | 0.44% | - |
| XYZ | 9.71 | 4.72 | 16.02 | - |
| YUV | 48.72 | 164.28 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 113 | 0.01 | 0.96 | 0 | 0.56 | 299.45 | 0.93 | 0.23 |
| Hex | 70 | 4 | 71 | 1 | 60 | 0 | 38 | 12B | 5D | 17 |
| Octal | 160 | 4 | 161 | 1 | 140 | 0 | 70 | 453 | 135 | 27 |
| Binary | 1110000 | 100 | 1110001 | 1 | 1100000 | 0 | 111000 | 100101011 | 1011101 | 10111 |
Color Harmonies of #700471
Complementary color
Monochromatic Colors of #700471
Black with #700471
Text Example
Text Example
White with #700471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700471; }
p { color: rgb(112,4,113); }
H1.HeaderClassName
{
color: #700471;
}
.AnyTagClassName
{
color: #700471;
}
</style>
background-color css
<style>
a { background-color: #700471; }
a { background-color: rgb(112,4,113); }
div.DivClassName
{
background-color: #700471;
}
.BgClassName
{
background-color: #700471;
}
</style>
border-color css
<style>
span { border-color: #700471; }
span { border-color: rgb(112,4,113); }
td.TdClassName
{
border-color: #700471;
}
.TagClassName
{
border-color: #700471;
}
</style>