Shades of Purple #70056F
Tints of Purple #70056F
RGB
CMYK
RGB Variations
Color information
#70056F (or 0x70056F) is known color: Purple. HEX triplet: 70, 05 and 6F. RGB value is (112,5,111). Sum of RGB (Red+Green+Blue) = 112+5+111=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70056F is #8FFA90. Grayscale: #303030. Windows color (decimal): -9435793 or 7275888. OLE color: 7275888.
HSL color Cylindrical-coordinate representation of color #70056F: hue angle of 300.56º degrees, saturation: 0.91, 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 #70056F is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 5 | 111 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.56 |
| HSL | 300.56º | 0.91% | 0.23% | - |
| HSV(B) | 300.56º | 0.96% | 0.44% | - |
| XYZ | 9.61 | 4.7 | 15.44 | - |
| YUV | 49.08 | 162.95 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 111 | 0 | 0.96 | 0.01 | 0.56 | 300.56 | 0.91 | 0.23 |
| Hex | 70 | 5 | 6F | 0 | 60 | 1 | 38 | 12D | 5B | 17 |
| Octal | 160 | 5 | 157 | 0 | 140 | 1 | 70 | 455 | 133 | 27 |
| Binary | 1110000 | 101 | 1101111 | 0 | 1100000 | 1 | 111000 | 100101101 | 1011011 | 10111 |
Color Harmonies of #70056F
Complementary color
Monochromatic Colors of #70056F
Black with #70056F
Text Example
Text Example
White with #70056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70056F; }
p { color: rgb(112,5,111); }
H1.HeaderClassName
{
color: #70056F;
}
.AnyTagClassName
{
color: #70056F;
}
</style>
background-color css
<style>
a { background-color: #70056F; }
a { background-color: rgb(112,5,111); }
div.DivClassName
{
background-color: #70056F;
}
.BgClassName
{
background-color: #70056F;
}
</style>
border-color css
<style>
span { border-color: #70056F; }
span { border-color: rgb(112,5,111); }
td.TdClassName
{
border-color: #70056F;
}
.TagClassName
{
border-color: #70056F;
}
</style>