Shades of Purple #700891
Tints of Purple #700891
RGB
CMYK
RGB Variations
Color information
#700891 (or 0x700891) is known color: Purple. HEX triplet: 70, 08 and 91. RGB value is (112,8,145). Sum of RGB (Red+Green+Blue) = 112+8+145=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #700891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700891 is #8FF76E. Grayscale: #363636. Windows color (decimal): -9434991 or 9504880. OLE color: 9504880.
HSL color Cylindrical-coordinate representation of color #700891: hue angle of 285.55º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700891 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 8 | 145 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.43 |
| HSL | 285.55º | 0.9% | 0.3% | - |
| HSV(B) | 285.55º | 0.94% | 0.57% | - |
| XYZ | 11.88 | 5.66 | 27.25 | - |
| YUV | 54.71 | 178.96 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 145 | 0.23 | 0.94 | 0 | 0.43 | 285.55 | 0.9 | 0.3 |
| Hex | 70 | 8 | 91 | 17 | 5E | 0 | 2B | 11E | 5A | 1E |
| Octal | 160 | 10 | 221 | 27 | 136 | 0 | 53 | 436 | 132 | 36 |
| Binary | 1110000 | 1000 | 10010001 | 10111 | 1011110 | 0 | 101011 | 100011110 | 1011010 | 11110 |
Color Harmonies of #700891
Complementary color
Monochromatic Colors of #700891
Black with #700891
Text Example
Text Example
White with #700891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700891; }
p { color: rgb(112,8,145); }
H1.HeaderClassName
{
color: #700891;
}
.AnyTagClassName
{
color: #700891;
}
</style>
background-color css
<style>
a { background-color: #700891; }
a { background-color: rgb(112,8,145); }
div.DivClassName
{
background-color: #700891;
}
.BgClassName
{
background-color: #700891;
}
</style>
border-color css
<style>
span { border-color: #700891; }
span { border-color: rgb(112,8,145); }
td.TdClassName
{
border-color: #700891;
}
.TagClassName
{
border-color: #700891;
}
</style>