Shades of Purple #70036D
Tints of Purple #70036D
RGB
CMYK
RGB Variations
Color information
#70036D (or 0x70036D) is known color: Purple. HEX triplet: 70, 03 and 6D. RGB value is (112,3,109). Sum of RGB (Red+Green+Blue) = 112+3+109=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70036D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70036D is #8FFC92. Grayscale: #2F2F2F. Windows color (decimal): -9436307 or 7144304. OLE color: 7144304.
HSL color Cylindrical-coordinate representation of color #70036D: hue angle of 301.65º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70036D is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 109 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.56 |
| HSL | 301.65º | 0.95% | 0.23% | - |
| HSV(B) | 301.65º | 0.97% | 0.44% | - |
| XYZ | 9.47 | 4.61 | 14.86 | - |
| YUV | 47.68 | 162.61 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 109 | 0 | 0.97 | 0.03 | 0.56 | 301.65 | 0.95 | 0.23 |
| Hex | 70 | 3 | 6D | 0 | 61 | 3 | 38 | 12E | 5F | 17 |
| Octal | 160 | 3 | 155 | 0 | 141 | 3 | 70 | 456 | 137 | 27 |
| Binary | 1110000 | 11 | 1101101 | 0 | 1100001 | 11 | 111000 | 100101110 | 1011111 | 10111 |
Color Harmonies of #70036D
Complementary color
Monochromatic Colors of #70036D
Black with #70036D
Text Example
Text Example
White with #70036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70036D; }
p { color: rgb(112,3,109); }
H1.HeaderClassName
{
color: #70036D;
}
.AnyTagClassName
{
color: #70036D;
}
</style>
background-color css
<style>
a { background-color: #70036D; }
a { background-color: rgb(112,3,109); }
div.DivClassName
{
background-color: #70036D;
}
.BgClassName
{
background-color: #70036D;
}
</style>
border-color css
<style>
span { border-color: #70036D; }
span { border-color: rgb(112,3,109); }
td.TdClassName
{
border-color: #70036D;
}
.TagClassName
{
border-color: #70036D;
}
</style>