Shades of Purple #70137C
Tints of Purple #70137C
RGB
CMYK
RGB Variations
Color information
#70137C (or 0x70137C) is known color: Purple. HEX triplet: 70, 13 and 7C. RGB value is (112,19,124). Sum of RGB (Red+Green+Blue) = 112+19+124=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #70137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70137C is #8FEC83. Grayscale: #3A3A3A. Windows color (decimal): -9432196 or 8131440. OLE color: 8131440.
HSL color Cylindrical-coordinate representation of color #70137C: hue angle of 293.14º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70137C is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 19 | 124 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.51 |
| HSL | 293.14º | 0.73% | 0.28% | - |
| HSV(B) | 293.14º | 0.85% | 0.49% | - |
| XYZ | 10.55 | 5.37 | 19.55 | - |
| YUV | 58.78 | 164.81 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 19 | 124 | 0.10 | 0.85 | 0 | 0.51 | 293.14 | 0.73 | 0.28 |
| Hex | 70 | 13 | 7C | A | 55 | 0 | 33 | 125 | 49 | 1C |
| Octal | 160 | 23 | 174 | 12 | 125 | 0 | 63 | 445 | 111 | 34 |
| Binary | 1110000 | 10011 | 1111100 | 1010 | 1010101 | 0 | 110011 | 100100101 | 1001001 | 11100 |
Color Harmonies of #70137C
Complementary color
Monochromatic Colors of #70137C
Black with #70137C
Text Example
Text Example
White with #70137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70137C; }
p { color: rgb(112,19,124); }
H1.HeaderClassName
{
color: #70137C;
}
.AnyTagClassName
{
color: #70137C;
}
</style>
background-color css
<style>
a { background-color: #70137C; }
a { background-color: rgb(112,19,124); }
div.DivClassName
{
background-color: #70137C;
}
.BgClassName
{
background-color: #70137C;
}
</style>
border-color css
<style>
span { border-color: #70137C; }
span { border-color: rgb(112,19,124); }
td.TdClassName
{
border-color: #70137C;
}
.TagClassName
{
border-color: #70137C;
}
</style>