Shades of Purple #700476
Tints of Purple #700476
RGB
CMYK
RGB Variations
Color information
#700476 (or 0x700476) is known color: Purple. HEX triplet: 70, 04 and 76. RGB value is (112,4,118). Sum of RGB (Red+Green+Blue) = 112+4+118=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #700476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700476 is #8FFB89. Grayscale: #303030. Windows color (decimal): -9436042 or 7734384. OLE color: 7734384.
HSL color Cylindrical-coordinate representation of color #700476: hue angle of 296.84º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700476 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 4 | 118 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.54 |
| HSL | 296.84º | 0.93% | 0.24% | - |
| HSV(B) | 296.84º | 0.97% | 0.46% | - |
| XYZ | 10 | 4.84 | 17.55 | - |
| YUV | 49.29 | 166.78 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 118 | 0.05 | 0.97 | 0 | 0.54 | 296.84 | 0.93 | 0.24 |
| Hex | 70 | 4 | 76 | 5 | 61 | 0 | 36 | 129 | 5D | 18 |
| Octal | 160 | 4 | 166 | 5 | 141 | 0 | 66 | 451 | 135 | 30 |
| Binary | 1110000 | 100 | 1110110 | 101 | 1100001 | 0 | 110110 | 100101001 | 1011101 | 11000 |
Color Harmonies of #700476
Complementary color
Monochromatic Colors of #700476
Black with #700476
Text Example
Text Example
White with #700476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700476; }
p { color: rgb(112,4,118); }
H1.HeaderClassName
{
color: #700476;
}
.AnyTagClassName
{
color: #700476;
}
</style>
background-color css
<style>
a { background-color: #700476; }
a { background-color: rgb(112,4,118); }
div.DivClassName
{
background-color: #700476;
}
.BgClassName
{
background-color: #700476;
}
</style>
border-color css
<style>
span { border-color: #700476; }
span { border-color: rgb(112,4,118); }
td.TdClassName
{
border-color: #700476;
}
.TagClassName
{
border-color: #700476;
}
</style>