Shades of Purple #70157B
Tints of Purple #70157B
RGB
CMYK
RGB Variations
Color information
#70157B (or 0x70157B) is known color: Purple. HEX triplet: 70, 15 and 7B. RGB value is (112,21,123). Sum of RGB (Red+Green+Blue) = 112+21+123=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #70157B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70157B is #8FEA84. Grayscale: #3B3B3B. Windows color (decimal): -9431685 or 8066416. OLE color: 8066416.
HSL color Cylindrical-coordinate representation of color #70157B: hue angle of 293.53º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70157B is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 21 | 123 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.52 |
| HSL | 293.53º | 0.71% | 0.28% | - |
| HSV(B) | 293.53º | 0.83% | 0.48% | - |
| XYZ | 10.53 | 5.41 | 19.23 | - |
| YUV | 59.84 | 163.65 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 123 | 0.09 | 0.83 | 0 | 0.52 | 293.53 | 0.71 | 0.28 |
| Hex | 70 | 15 | 7B | 9 | 53 | 0 | 34 | 126 | 47 | 1C |
| Octal | 160 | 25 | 173 | 11 | 123 | 0 | 64 | 446 | 107 | 34 |
| Binary | 1110000 | 10101 | 1111011 | 1001 | 1010011 | 0 | 110100 | 100100110 | 1000111 | 11100 |
Color Harmonies of #70157B
Complementary color
Monochromatic Colors of #70157B
Black with #70157B
Text Example
Text Example
White with #70157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70157B; }
p { color: rgb(112,21,123); }
H1.HeaderClassName
{
color: #70157B;
}
.AnyTagClassName
{
color: #70157B;
}
</style>
background-color css
<style>
a { background-color: #70157B; }
a { background-color: rgb(112,21,123); }
div.DivClassName
{
background-color: #70157B;
}
.BgClassName
{
background-color: #70157B;
}
</style>
border-color css
<style>
span { border-color: #70157B; }
span { border-color: rgb(112,21,123); }
td.TdClassName
{
border-color: #70157B;
}
.TagClassName
{
border-color: #70157B;
}
</style>