Shades of Purple #700792
Tints of Purple #700792
RGB
CMYK
RGB Variations
Color information
#700792 (or 0x700792) is known color: Purple. HEX triplet: 70, 07 and 92. RGB value is (112,7,146). Sum of RGB (Red+Green+Blue) = 112+7+146=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #700792 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700792 is #8FF86D. Grayscale: #353535. Windows color (decimal): -9435246 or 9570160. OLE color: 9570160.
HSL color Cylindrical-coordinate representation of color #700792: hue angle of 285.32º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700792 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 7 | 146 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.43 |
| HSL | 285.32º | 0.91% | 0.3% | - |
| HSV(B) | 285.32º | 0.95% | 0.57% | - |
| XYZ | 11.95 | 5.67 | 27.66 | - |
| YUV | 54.24 | 179.79 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 146 | 0.23 | 0.95 | 0 | 0.43 | 285.32 | 0.91 | 0.3 |
| Hex | 70 | 7 | 92 | 17 | 5F | 0 | 2B | 11D | 5B | 1E |
| Octal | 160 | 7 | 222 | 27 | 137 | 0 | 53 | 435 | 133 | 36 |
| Binary | 1110000 | 111 | 10010010 | 10111 | 1011111 | 0 | 101011 | 100011101 | 1011011 | 11110 |
Color Harmonies of #700792
Complementary color
Monochromatic Colors of #700792
Black with #700792
Text Example
Text Example
White with #700792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700792; }
p { color: rgb(112,7,146); }
H1.HeaderClassName
{
color: #700792;
}
.AnyTagClassName
{
color: #700792;
}
</style>
background-color css
<style>
a { background-color: #700792; }
a { background-color: rgb(112,7,146); }
div.DivClassName
{
background-color: #700792;
}
.BgClassName
{
background-color: #700792;
}
</style>
border-color css
<style>
span { border-color: #700792; }
span { border-color: rgb(112,7,146); }
td.TdClassName
{
border-color: #700792;
}
.TagClassName
{
border-color: #700792;
}
</style>