Shades of Purple #70037F
Tints of Purple #70037F
RGB
CMYK
RGB Variations
Color information
#70037F (or 0x70037F) is known color: Purple. HEX triplet: 70, 03 and 7F. RGB value is (112,3,127). Sum of RGB (Red+Green+Blue) = 112+3+127=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #70037F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70037F is #8FFC80. Grayscale: #313131. Windows color (decimal): -9436289 or 8323952. OLE color: 8323952.
HSL color Cylindrical-coordinate representation of color #70037F: hue angle of 292.74º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70037F is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 3 | 127 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.50 |
| HSL | 292.74º | 0.95% | 0.25% | - |
| HSV(B) | 292.74º | 0.98% | 0.5% | - |
| XYZ | 10.55 | 5.04 | 20.5 | - |
| YUV | 49.73 | 171.61 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 127 | 0.12 | 0.98 | 0 | 0.50 | 292.74 | 0.95 | 0.25 |
| Hex | 70 | 3 | 7F | C | 62 | 0 | 32 | 125 | 5F | 19 |
| Octal | 160 | 3 | 177 | 14 | 142 | 0 | 62 | 445 | 137 | 31 |
| Binary | 1110000 | 11 | 1111111 | 1100 | 1100010 | 0 | 110010 | 100100101 | 1011111 | 11001 |
Color Harmonies of #70037F
Complementary color
Monochromatic Colors of #70037F
Black with #70037F
Text Example
Text Example
White with #70037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70037F; }
p { color: rgb(112,3,127); }
H1.HeaderClassName
{
color: #70037F;
}
.AnyTagClassName
{
color: #70037F;
}
</style>
background-color css
<style>
a { background-color: #70037F; }
a { background-color: rgb(112,3,127); }
div.DivClassName
{
background-color: #70037F;
}
.BgClassName
{
background-color: #70037F;
}
</style>
border-color css
<style>
span { border-color: #70037F; }
span { border-color: rgb(112,3,127); }
td.TdClassName
{
border-color: #70037F;
}
.TagClassName
{
border-color: #70037F;
}
</style>