Shades of Purple #700A91
Tints of Purple #700A91
RGB
CMYK
RGB Variations
Color information
#700A91 (or 0x700A91) is known color: Purple. HEX triplet: 70, 0A and 91. RGB value is (112,10,145). Sum of RGB (Red+Green+Blue) = 112+10+145=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #700A91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700A91 is #8FF56E. Grayscale: #373737. Windows color (decimal): -9434479 or 9505392. OLE color: 9505392.
HSL color Cylindrical-coordinate representation of color #700A91: hue angle of 285.33º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700A91 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 10 | 145 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.43 |
| HSL | 285.33º | 0.87% | 0.3% | - |
| HSV(B) | 285.33º | 0.93% | 0.57% | - |
| XYZ | 11.9 | 5.71 | 27.26 | - |
| YUV | 55.89 | 178.29 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 145 | 0.23 | 0.93 | 0 | 0.43 | 285.33 | 0.87 | 0.3 |
| Hex | 70 | A | 91 | 17 | 5D | 0 | 2B | 11D | 57 | 1E |
| Octal | 160 | 12 | 221 | 27 | 135 | 0 | 53 | 435 | 127 | 36 |
| Binary | 1110000 | 1010 | 10010001 | 10111 | 1011101 | 0 | 101011 | 100011101 | 1010111 | 11110 |
Color Harmonies of #700A91
Complementary color
Monochromatic Colors of #700A91
Black with #700A91
Text Example
Text Example
White with #700A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A91; }
p { color: rgb(112,10,145); }
H1.HeaderClassName
{
color: #700A91;
}
.AnyTagClassName
{
color: #700A91;
}
</style>
background-color css
<style>
a { background-color: #700A91; }
a { background-color: rgb(112,10,145); }
div.DivClassName
{
background-color: #700A91;
}
.BgClassName
{
background-color: #700A91;
}
</style>
border-color css
<style>
span { border-color: #700A91; }
span { border-color: rgb(112,10,145); }
td.TdClassName
{
border-color: #700A91;
}
.TagClassName
{
border-color: #700A91;
}
</style>