Shades of Purple #700486
Tints of Purple #700486
RGB
CMYK
RGB Variations
Color information
#700486 (or 0x700486) is known color: Purple. HEX triplet: 70, 04 and 86. RGB value is (112,4,134). Sum of RGB (Red+Green+Blue) = 112+4+134=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 134 (52.73% from 255 or 53.6% from 250); Max value from RGB is 134 - color contains mainly: blue. Hex color #700486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700486 is #8FFB79. Grayscale: #323232. Windows color (decimal): -9436026 or 8782960. OLE color: 8782960.
HSL color Cylindrical-coordinate representation of color #700486: hue angle of 289.85º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700486 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 4 | 134 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.47 |
| HSL | 289.85º | 0.94% | 0.27% | - |
| HSV(B) | 289.85º | 0.97% | 0.53% | - |
| XYZ | 11.03 | 5.25 | 22.99 | - |
| YUV | 51.11 | 174.78 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 134 | 0.16 | 0.97 | 0 | 0.47 | 289.85 | 0.94 | 0.27 |
| Hex | 70 | 4 | 86 | 10 | 61 | 0 | 2F | 122 | 5E | 1B |
| Octal | 160 | 4 | 206 | 20 | 141 | 0 | 57 | 442 | 136 | 33 |
| Binary | 1110000 | 100 | 10000110 | 10000 | 1100001 | 0 | 101111 | 100100010 | 1011110 | 11011 |
Color Harmonies of #700486
Complementary color
Monochromatic Colors of #700486
Black with #700486
Text Example
Text Example
White with #700486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700486; }
p { color: rgb(112,4,134); }
H1.HeaderClassName
{
color: #700486;
}
.AnyTagClassName
{
color: #700486;
}
</style>
background-color css
<style>
a { background-color: #700486; }
a { background-color: rgb(112,4,134); }
div.DivClassName
{
background-color: #700486;
}
.BgClassName
{
background-color: #700486;
}
</style>
border-color css
<style>
span { border-color: #700486; }
span { border-color: rgb(112,4,134); }
td.TdClassName
{
border-color: #700486;
}
.TagClassName
{
border-color: #700486;
}
</style>