Shades of Purple #70036B
Tints of Purple #70036B
RGB
CMYK
RGB Variations
Color information
#70036B (or 0x70036B) is known color: Purple. HEX triplet: 70, 03 and 6B. RGB value is (112,3,107). Sum of RGB (Red+Green+Blue) = 112+3+107=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #70036B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70036B is #8FFC94. Grayscale: #2F2F2F. Windows color (decimal): -9436309 or 7013232. OLE color: 7013232.
HSL color Cylindrical-coordinate representation of color #70036B: hue angle of 302.75º 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 #70036B is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 107 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.56 |
| HSL | 302.75º | 0.95% | 0.23% | - |
| HSV(B) | 302.75º | 0.97% | 0.44% | - |
| XYZ | 9.37 | 4.57 | 14.3 | - |
| YUV | 47.45 | 161.61 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 107 | 0 | 0.97 | 0.04 | 0.56 | 302.75 | 0.95 | 0.23 |
| Hex | 70 | 3 | 6B | 0 | 61 | 4 | 38 | 12F | 5F | 17 |
| Octal | 160 | 3 | 153 | 0 | 141 | 4 | 70 | 457 | 137 | 27 |
| Binary | 1110000 | 11 | 1101011 | 0 | 1100001 | 100 | 111000 | 100101111 | 1011111 | 10111 |
Color Harmonies of #70036B
Complementary color
Monochromatic Colors of #70036B
Black with #70036B
Text Example
Text Example
White with #70036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70036B; }
p { color: rgb(112,3,107); }
H1.HeaderClassName
{
color: #70036B;
}
.AnyTagClassName
{
color: #70036B;
}
</style>
background-color css
<style>
a { background-color: #70036B; }
a { background-color: rgb(112,3,107); }
div.DivClassName
{
background-color: #70036B;
}
.BgClassName
{
background-color: #70036B;
}
</style>
border-color css
<style>
span { border-color: #70036B; }
span { border-color: rgb(112,3,107); }
td.TdClassName
{
border-color: #70036B;
}
.TagClassName
{
border-color: #70036B;
}
</style>