Shades of Purple #70077B
Tints of Purple #70077B
RGB
CMYK
RGB Variations
Color information
#70077B (or 0x70077B) is known color: Purple. HEX triplet: 70, 07 and 7B. RGB value is (112,7,123). Sum of RGB (Red+Green+Blue) = 112+7+123=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #70077B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70077B is #8FF884. Grayscale: #333333. Windows color (decimal): -9435269 or 8062832. OLE color: 8062832.
HSL color Cylindrical-coordinate representation of color #70077B: hue angle of 294.31º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70077B is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 7 | 123 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.52 |
| HSL | 294.31º | 0.89% | 0.25% | - |
| HSV(B) | 294.31º | 0.94% | 0.48% | - |
| XYZ | 10.33 | 5.03 | 19.16 | - |
| YUV | 51.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 123 | 0.09 | 0.94 | 0 | 0.52 | 294.31 | 0.89 | 0.25 |
| Hex | 70 | 7 | 7B | 9 | 5E | 0 | 34 | 126 | 59 | 19 |
| Octal | 160 | 7 | 173 | 11 | 136 | 0 | 64 | 446 | 131 | 31 |
| Binary | 1110000 | 111 | 1111011 | 1001 | 1011110 | 0 | 110100 | 100100110 | 1011001 | 11001 |
Color Harmonies of #70077B
Complementary color
Monochromatic Colors of #70077B
Black with #70077B
Text Example
Text Example
White with #70077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70077B; }
p { color: rgb(112,7,123); }
H1.HeaderClassName
{
color: #70077B;
}
.AnyTagClassName
{
color: #70077B;
}
</style>
background-color css
<style>
a { background-color: #70077B; }
a { background-color: rgb(112,7,123); }
div.DivClassName
{
background-color: #70077B;
}
.BgClassName
{
background-color: #70077B;
}
</style>
border-color css
<style>
span { border-color: #70077B; }
span { border-color: rgb(112,7,123); }
td.TdClassName
{
border-color: #70077B;
}
.TagClassName
{
border-color: #70077B;
}
</style>