Shades of Purple #700379
Tints of Purple #700379
RGB
CMYK
RGB Variations
Color information
#700379 (or 0x700379) is known color: Purple. HEX triplet: 70, 03 and 79. RGB value is (112,3,121). Sum of RGB (Red+Green+Blue) = 112+3+121=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 121 (47.66% from 255 or 51.27% from 236); Max value from RGB is 121 - color contains mainly: blue. Hex color #700379 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700379 is #8FFC86. Grayscale: #303030. Windows color (decimal): -9436295 or 7930736. OLE color: 7930736.
HSL color Cylindrical-coordinate representation of color #700379: hue angle of 295.42º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700379 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 3 | 121 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.53 |
| HSL | 295.42º | 0.95% | 0.24% | - |
| HSV(B) | 295.42º | 0.98% | 0.47% | - |
| XYZ | 10.17 | 4.89 | 18.5 | - |
| YUV | 49.04 | 168.61 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 121 | 0.07 | 0.98 | 0 | 0.53 | 295.42 | 0.95 | 0.24 |
| Hex | 70 | 3 | 79 | 7 | 62 | 0 | 35 | 127 | 5F | 18 |
| Octal | 160 | 3 | 171 | 7 | 142 | 0 | 65 | 447 | 137 | 30 |
| Binary | 1110000 | 11 | 1111001 | 111 | 1100010 | 0 | 110101 | 100100111 | 1011111 | 11000 |
Color Harmonies of #700379
Complementary color
Monochromatic Colors of #700379
Black with #700379
Text Example
Text Example
White with #700379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700379; }
p { color: rgb(112,3,121); }
H1.HeaderClassName
{
color: #700379;
}
.AnyTagClassName
{
color: #700379;
}
</style>
background-color css
<style>
a { background-color: #700379; }
a { background-color: rgb(112,3,121); }
div.DivClassName
{
background-color: #700379;
}
.BgClassName
{
background-color: #700379;
}
</style>
border-color css
<style>
span { border-color: #700379; }
span { border-color: rgb(112,3,121); }
td.TdClassName
{
border-color: #700379;
}
.TagClassName
{
border-color: #700379;
}
</style>