Shades of Eminence #70257F
Tints of Eminence #70257F
RGB
CMYK
RGB Variations
Color information
#70257F (or 0x70257F) is known color: Eminence. HEX triplet: 70, 25 and 7F. RGB value is (112,37,127). Sum of RGB (Red+Green+Blue) = 112+37+127=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 127 - color contains mainly: blue. Hex color #70257F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70257F is #8FDA80. Grayscale: #454545. Windows color (decimal): -9427585 or 8332656. OLE color: 8332656.
HSL color Cylindrical-coordinate representation of color #70257F: hue angle of 290º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70257F is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 37 | 127 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.50 |
| HSL | 290º | 0.55% | 0.32% | - |
| HSV(B) | 290º | 0.71% | 0.5% | - |
| XYZ | 11.17 | 6.3 | 20.71 | - |
| YUV | 69.69 | 160.35 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 127 | 0.12 | 0.71 | 0 | 0.50 | 290 | 0.55 | 0.32 |
| Hex | 70 | 25 | 7F | C | 47 | 0 | 32 | 122 | 37 | 20 |
| Octal | 160 | 45 | 177 | 14 | 107 | 0 | 62 | 442 | 67 | 40 |
| Binary | 1110000 | 100101 | 1111111 | 1100 | 1000111 | 0 | 110010 | 100100010 | 110111 | 100000 |
Color Harmonies of #70257F
Complementary color
Monochromatic Colors of #70257F
Black with #70257F
Text Example
Text Example
White with #70257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70257F; }
p { color: rgb(112,37,127); }
H1.HeaderClassName
{
color: #70257F;
}
.AnyTagClassName
{
color: #70257F;
}
</style>
background-color css
<style>
a { background-color: #70257F; }
a { background-color: rgb(112,37,127); }
div.DivClassName
{
background-color: #70257F;
}
.BgClassName
{
background-color: #70257F;
}
</style>
border-color css
<style>
span { border-color: #70257F; }
span { border-color: rgb(112,37,127); }
td.TdClassName
{
border-color: #70257F;
}
.TagClassName
{
border-color: #70257F;
}
</style>