Shades of Purple #70037C
Tints of Purple #70037C
RGB
CMYK
RGB Variations
Color information
#70037C (or 0x70037C) is known color: Purple. HEX triplet: 70, 03 and 7C. RGB value is (112,3,124). Sum of RGB (Red+Green+Blue) = 112+3+124=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #70037C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70037C is #8FFC83. Grayscale: #313131. Windows color (decimal): -9436292 or 8127344. OLE color: 8127344.
HSL color Cylindrical-coordinate representation of color #70037C: hue angle of 294.05º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70037C is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 3 | 124 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.51 |
| HSL | 294.05º | 0.95% | 0.25% | - |
| HSV(B) | 294.05º | 0.98% | 0.49% | - |
| XYZ | 10.35 | 4.97 | 19.48 | - |
| YUV | 49.39 | 170.11 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 124 | 0.10 | 0.98 | 0 | 0.51 | 294.05 | 0.95 | 0.25 |
| Hex | 70 | 3 | 7C | A | 62 | 0 | 33 | 126 | 5F | 19 |
| Octal | 160 | 3 | 174 | 12 | 142 | 0 | 63 | 446 | 137 | 31 |
| Binary | 1110000 | 11 | 1111100 | 1010 | 1100010 | 0 | 110011 | 100100110 | 1011111 | 11001 |
Color Harmonies of #70037C
Complementary color
Monochromatic Colors of #70037C
Black with #70037C
Text Example
Text Example
White with #70037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70037C; }
p { color: rgb(112,3,124); }
H1.HeaderClassName
{
color: #70037C;
}
.AnyTagClassName
{
color: #70037C;
}
</style>
background-color css
<style>
a { background-color: #70037C; }
a { background-color: rgb(112,3,124); }
div.DivClassName
{
background-color: #70037C;
}
.BgClassName
{
background-color: #70037C;
}
</style>
border-color css
<style>
span { border-color: #70037C; }
span { border-color: rgb(112,3,124); }
td.TdClassName
{
border-color: #70037C;
}
.TagClassName
{
border-color: #70037C;
}
</style>