Shades of Purple #70056D
Tints of Purple #70056D
RGB
CMYK
RGB Variations
Color information
#70056D (or 0x70056D) is known color: Purple. HEX triplet: 70, 05 and 6D. RGB value is (112,5,109). Sum of RGB (Red+Green+Blue) = 112+5+109=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70056D is #8FFA92. Grayscale: #303030. Windows color (decimal): -9435795 or 7144816. OLE color: 7144816.
HSL color Cylindrical-coordinate representation of color #70056D: hue angle of 301.68º 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 #70056D is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 5 | 109 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.56 |
| HSL | 301.68º | 0.91% | 0.23% | - |
| HSV(B) | 301.68º | 0.96% | 0.44% | - |
| XYZ | 9.5 | 4.66 | 14.87 | - |
| YUV | 48.85 | 161.95 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 109 | 0 | 0.96 | 0.03 | 0.56 | 301.68 | 0.91 | 0.23 |
| Hex | 70 | 5 | 6D | 0 | 60 | 3 | 38 | 12E | 5B | 17 |
| Octal | 160 | 5 | 155 | 0 | 140 | 3 | 70 | 456 | 133 | 27 |
| Binary | 1110000 | 101 | 1101101 | 0 | 1100000 | 11 | 111000 | 100101110 | 1011011 | 10111 |
Color Harmonies of #70056D
Complementary color
Monochromatic Colors of #70056D
Black with #70056D
Text Example
Text Example
White with #70056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70056D; }
p { color: rgb(112,5,109); }
H1.HeaderClassName
{
color: #70056D;
}
.AnyTagClassName
{
color: #70056D;
}
</style>
background-color css
<style>
a { background-color: #70056D; }
a { background-color: rgb(112,5,109); }
div.DivClassName
{
background-color: #70056D;
}
.BgClassName
{
background-color: #70056D;
}
</style>
border-color css
<style>
span { border-color: #70056D; }
span { border-color: rgb(112,5,109); }
td.TdClassName
{
border-color: #70056D;
}
.TagClassName
{
border-color: #70056D;
}
</style>