Shades of Purple #700171
Tints of Purple #700171
RGB
CMYK
RGB Variations
Color information
#700171 (or 0x700171) is known color: Purple. HEX triplet: 70, 01 and 71. RGB value is (112,1,113). Sum of RGB (Red+Green+Blue) = 112+1+113=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #700171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700171 is #8FFE8E. Grayscale: #2E2E2E. Windows color (decimal): -9436815 or 7405936. OLE color: 7405936.
HSL color Cylindrical-coordinate representation of color #700171: hue angle of 299.46º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700171 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 113 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.56 |
| HSL | 299.46º | 0.98% | 0.22% | - |
| HSV(B) | 299.46º | 0.99% | 0.44% | - |
| XYZ | 9.67 | 4.66 | 16.01 | - |
| YUV | 46.96 | 165.27 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 113 | 0.01 | 0.99 | 0 | 0.56 | 299.46 | 0.98 | 0.22 |
| Hex | 70 | 1 | 71 | 1 | 63 | 0 | 38 | 12B | 62 | 16 |
| Octal | 160 | 1 | 161 | 1 | 143 | 0 | 70 | 453 | 142 | 26 |
| Binary | 1110000 | 1 | 1110001 | 1 | 1100011 | 0 | 111000 | 100101011 | 1100010 | 10110 |
Color Harmonies of #700171
Complementary color
Monochromatic Colors of #700171
Black with #700171
Text Example
Text Example
White with #700171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700171; }
p { color: rgb(112,1,113); }
H1.HeaderClassName
{
color: #700171;
}
.AnyTagClassName
{
color: #700171;
}
</style>
background-color css
<style>
a { background-color: #700171; }
a { background-color: rgb(112,1,113); }
div.DivClassName
{
background-color: #700171;
}
.BgClassName
{
background-color: #700171;
}
</style>
border-color css
<style>
span { border-color: #700171; }
span { border-color: rgb(112,1,113); }
td.TdClassName
{
border-color: #700171;
}
.TagClassName
{
border-color: #700171;
}
</style>