Shades of Purple #700470
Tints of Purple #700470
RGB
CMYK
RGB Variations
Color information
#700470 (or 0x700470) is known color: Purple. HEX triplet: 70, 04 and 70. RGB value is (112,4,112). Sum of RGB (Red+Green+Blue) = 112+4+112=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #700470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700470 is #8FFB8F. Grayscale: #303030. Windows color (decimal): -9436048 or 7341168. OLE color: 7341168.
HSL color Cylindrical-coordinate representation of color #700470: hue angle of 300º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700470 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 112 | - |
| CMYK | 0 | 0.96 | 0 | 0.56 |
| HSL | 300º | 0.93% | 0.23% | - |
| HSV(B) | 300º | 0.96% | 0.44% | - |
| XYZ | 9.65 | 4.7 | 15.73 | - |
| YUV | 48.6 | 163.78 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 112 | 0 | 0.96 | 0 | 0.56 | 300 | 0.93 | 0.23 |
| Hex | 70 | 4 | 70 | 0 | 60 | 0 | 38 | 12C | 5D | 17 |
| Octal | 160 | 4 | 160 | 0 | 140 | 0 | 70 | 454 | 135 | 27 |
| Binary | 1110000 | 100 | 1110000 | 0 | 1100000 | 0 | 111000 | 100101100 | 1011101 | 10111 |
Color Harmonies of #700470
Complementary color
Monochromatic Colors of #700470
Black with #700470
Text Example
Text Example
White with #700470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700470; }
p { color: rgb(112,4,112); }
H1.HeaderClassName
{
color: #700470;
}
.AnyTagClassName
{
color: #700470;
}
</style>
background-color css
<style>
a { background-color: #700470; }
a { background-color: rgb(112,4,112); }
div.DivClassName
{
background-color: #700470;
}
.BgClassName
{
background-color: #700470;
}
</style>
border-color css
<style>
span { border-color: #700470; }
span { border-color: rgb(112,4,112); }
td.TdClassName
{
border-color: #700470;
}
.TagClassName
{
border-color: #700470;
}
</style>