Shades of Purple #70076B
Tints of Purple #70076B
RGB
CMYK
RGB Variations
Color information
#70076B (or 0x70076B) is known color: Purple. HEX triplet: 70, 07 and 6B. RGB value is (112,7,107). Sum of RGB (Red+Green+Blue) = 112+7+107=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70076B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70076B is #8FF894. Grayscale: #313131. Windows color (decimal): -9435285 or 7014256. OLE color: 7014256.
HSL color Cylindrical-coordinate representation of color #70076B: hue angle of 302.86º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70076B is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 107 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.56 |
| HSL | 302.86º | 0.88% | 0.23% | - |
| HSV(B) | 302.86º | 0.94% | 0.44% | - |
| XYZ | 9.41 | 4.66 | 14.31 | - |
| YUV | 49.8 | 160.29 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 107 | 0 | 0.94 | 0.04 | 0.56 | 302.86 | 0.88 | 0.23 |
| Hex | 70 | 7 | 6B | 0 | 5E | 4 | 38 | 12F | 58 | 17 |
| Octal | 160 | 7 | 153 | 0 | 136 | 4 | 70 | 457 | 130 | 27 |
| Binary | 1110000 | 111 | 1101011 | 0 | 1011110 | 100 | 111000 | 100101111 | 1011000 | 10111 |
Color Harmonies of #70076B
Complementary color
Monochromatic Colors of #70076B
Black with #70076B
Text Example
Text Example
White with #70076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70076B; }
p { color: rgb(112,7,107); }
H1.HeaderClassName
{
color: #70076B;
}
.AnyTagClassName
{
color: #70076B;
}
</style>
background-color css
<style>
a { background-color: #70076B; }
a { background-color: rgb(112,7,107); }
div.DivClassName
{
background-color: #70076B;
}
.BgClassName
{
background-color: #70076B;
}
</style>
border-color css
<style>
span { border-color: #70076B; }
span { border-color: rgb(112,7,107); }
td.TdClassName
{
border-color: #70076B;
}
.TagClassName
{
border-color: #70076B;
}
</style>