Shades of Purple #700392
Tints of Purple #700392
RGB
CMYK
RGB Variations
Color information
#700392 (or 0x700392) is known color: Purple. HEX triplet: 70, 03 and 92. RGB value is (112,3,146). Sum of RGB (Red+Green+Blue) = 112+3+146=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #700392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700392 is #8FFC6D. Grayscale: #333333. Windows color (decimal): -9436270 or 9569136. OLE color: 9569136.
HSL color Cylindrical-coordinate representation of color #700392: hue angle of 285.73º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700392 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 3 | 146 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.43 |
| HSL | 285.73º | 0.96% | 0.29% | - |
| HSV(B) | 285.73º | 0.98% | 0.57% | - |
| XYZ | 11.9 | 5.59 | 27.64 | - |
| YUV | 51.89 | 181.11 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 146 | 0.23 | 0.98 | 0 | 0.43 | 285.73 | 0.96 | 0.29 |
| Hex | 70 | 3 | 92 | 17 | 62 | 0 | 2B | 11E | 60 | 1D |
| Octal | 160 | 3 | 222 | 27 | 142 | 0 | 53 | 436 | 140 | 35 |
| Binary | 1110000 | 11 | 10010010 | 10111 | 1100010 | 0 | 101011 | 100011110 | 1100000 | 11101 |
Color Harmonies of #700392
Complementary color
Monochromatic Colors of #700392
Black with #700392
Text Example
Text Example
White with #700392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700392; }
p { color: rgb(112,3,146); }
H1.HeaderClassName
{
color: #700392;
}
.AnyTagClassName
{
color: #700392;
}
</style>
background-color css
<style>
a { background-color: #700392; }
a { background-color: rgb(112,3,146); }
div.DivClassName
{
background-color: #700392;
}
.BgClassName
{
background-color: #700392;
}
</style>
border-color css
<style>
span { border-color: #700392; }
span { border-color: rgb(112,3,146); }
td.TdClassName
{
border-color: #700392;
}
.TagClassName
{
border-color: #700392;
}
</style>