Shades of Purple #70036C
Tints of Purple #70036C
RGB
CMYK
RGB Variations
Color information
#70036C (or 0x70036C) is known color: Purple. HEX triplet: 70, 03 and 6C. RGB value is (112,3,108). Sum of RGB (Red+Green+Blue) = 112+3+108=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70036C is #8FFC93. Grayscale: #2F2F2F. Windows color (decimal): -9436308 or 7078768. OLE color: 7078768.
HSL color Cylindrical-coordinate representation of color #70036C: hue angle of 302.2º 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 #70036C is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 108 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.56 |
| HSL | 302.2º | 0.95% | 0.23% | - |
| HSV(B) | 302.2º | 0.97% | 0.44% | - |
| XYZ | 9.42 | 4.59 | 14.58 | - |
| YUV | 47.56 | 162.11 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 108 | 0 | 0.97 | 0.04 | 0.56 | 302.2 | 0.95 | 0.23 |
| Hex | 70 | 3 | 6C | 0 | 61 | 4 | 38 | 12E | 5F | 17 |
| Octal | 160 | 3 | 154 | 0 | 141 | 4 | 70 | 456 | 137 | 27 |
| Binary | 1110000 | 11 | 1101100 | 0 | 1100001 | 100 | 111000 | 100101110 | 1011111 | 10111 |
Color Harmonies of #70036C
Complementary color
Monochromatic Colors of #70036C
Black with #70036C
Text Example
Text Example
White with #70036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70036C; }
p { color: rgb(112,3,108); }
H1.HeaderClassName
{
color: #70036C;
}
.AnyTagClassName
{
color: #70036C;
}
</style>
background-color css
<style>
a { background-color: #70036C; }
a { background-color: rgb(112,3,108); }
div.DivClassName
{
background-color: #70036C;
}
.BgClassName
{
background-color: #70036C;
}
</style>
border-color css
<style>
span { border-color: #70036C; }
span { border-color: rgb(112,3,108); }
td.TdClassName
{
border-color: #70036C;
}
.TagClassName
{
border-color: #70036C;
}
</style>