Shades of Purple #701476
Tints of Purple #701476
RGB
CMYK
RGB Variations
Color information
#701476 (or 0x701476) is known color: Purple. HEX triplet: 70, 14 and 76. RGB value is (112,20,118). Sum of RGB (Red+Green+Blue) = 112+20+118=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #701476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701476 is #8FEB89. Grayscale: #3A3A3A. Windows color (decimal): -9431946 or 7738480. OLE color: 7738480.
HSL color Cylindrical-coordinate representation of color #701476: hue angle of 296.33º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701476 is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 20 | 118 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.54 |
| HSL | 296.33º | 0.71% | 0.27% | - |
| HSV(B) | 296.33º | 0.83% | 0.46% | - |
| XYZ | 10.2 | 5.25 | 17.62 | - |
| YUV | 58.68 | 161.48 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 118 | 0.05 | 0.83 | 0 | 0.54 | 296.33 | 0.71 | 0.27 |
| Hex | 70 | 14 | 76 | 5 | 53 | 0 | 36 | 128 | 47 | 1B |
| Octal | 160 | 24 | 166 | 5 | 123 | 0 | 66 | 450 | 107 | 33 |
| Binary | 1110000 | 10100 | 1110110 | 101 | 1010011 | 0 | 110110 | 100101000 | 1000111 | 11011 |
Color Harmonies of #701476
Complementary color
Monochromatic Colors of #701476
Black with #701476
Text Example
Text Example
White with #701476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701476; }
p { color: rgb(112,20,118); }
H1.HeaderClassName
{
color: #701476;
}
.AnyTagClassName
{
color: #701476;
}
</style>
background-color css
<style>
a { background-color: #701476; }
a { background-color: rgb(112,20,118); }
div.DivClassName
{
background-color: #701476;
}
.BgClassName
{
background-color: #701476;
}
</style>
border-color css
<style>
span { border-color: #701476; }
span { border-color: rgb(112,20,118); }
td.TdClassName
{
border-color: #701476;
}
.TagClassName
{
border-color: #701476;
}
</style>