Shades of Purple #70037A
Tints of Purple #70037A
RGB
CMYK
RGB Variations
Color information
#70037A (or 0x70037A) is known color: Purple. HEX triplet: 70, 03 and 7A. RGB value is (112,3,122). Sum of RGB (Red+Green+Blue) = 112+3+122=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #70037A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70037A is #8FFC85. Grayscale: #303030. Windows color (decimal): -9436294 or 7996272. OLE color: 7996272.
HSL color Cylindrical-coordinate representation of color #70037A: hue angle of 294.96º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70037A is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 3 | 122 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.52 |
| HSL | 294.96º | 0.95% | 0.25% | - |
| HSV(B) | 294.96º | 0.98% | 0.48% | - |
| XYZ | 10.23 | 4.92 | 18.82 | - |
| YUV | 49.16 | 169.11 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 122 | 0.08 | 0.98 | 0 | 0.52 | 294.96 | 0.95 | 0.25 |
| Hex | 70 | 3 | 7A | 8 | 62 | 0 | 34 | 127 | 5F | 19 |
| Octal | 160 | 3 | 172 | 10 | 142 | 0 | 64 | 447 | 137 | 31 |
| Binary | 1110000 | 11 | 1111010 | 1000 | 1100010 | 0 | 110100 | 100100111 | 1011111 | 11001 |
Color Harmonies of #70037A
Complementary color
Monochromatic Colors of #70037A
Black with #70037A
Text Example
Text Example
White with #70037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70037A; }
p { color: rgb(112,3,122); }
H1.HeaderClassName
{
color: #70037A;
}
.AnyTagClassName
{
color: #70037A;
}
</style>
background-color css
<style>
a { background-color: #70037A; }
a { background-color: rgb(112,3,122); }
div.DivClassName
{
background-color: #70037A;
}
.BgClassName
{
background-color: #70037A;
}
</style>
border-color css
<style>
span { border-color: #70037A; }
span { border-color: rgb(112,3,122); }
td.TdClassName
{
border-color: #70037A;
}
.TagClassName
{
border-color: #70037A;
}
</style>