#70277E

Color #70277E Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #70277E

Tints of Eminence #70277E

Color information

#70277E (or 0x70277E) is unknown color: approx Eminence. HEX triplet: 70, 27 and 7E. RGB value is (112,39,126). Sum of RGB (Red+Green+Blue) = 112+39+126=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 126 - color contains mainly: blue. Hex color #70277E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70277E is #8FD881. Grayscale: #464646. Windows color (decimal): -9427074 or 8267632. OLE color: 8267632.

HSL color Cylindrical-coordinate representation of color #70277E: hue angle of 290.34º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70277E is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11239126-
CMYK0.110.6900.51
HSL290.34º52.73%32.35%-
HSV(B)290.34º69.05%49.41%-
XYZ11.176.420.39-
YUV70.74159.18157.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 39 (15.62% from 255) = 14.08%
BLUE value IS 126 (49.61% from 255) = 45.49%
R=40.43%
G=14.08%
B=45.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112391260.110.6900.51290.3452.7332.35
Hex70277EB450331223520
Octal16047176131050634426540
Binary11100001001111111110101110001010110011100100010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70277E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70277E; }

 p { color: rgb(112,39,126); }

 H1.HeaderClassName
 {
   color: #70277E;
 }
 .AnyTagClassName
 {
   color: #70277E;
 }
</style>
background-color css

<style>
 a { background-color: #70277E; }

 a { background-color: rgb(112,39,126); }

 div.DivClassName
 {
   background-color: #70277E;
 }
 .BgClassName
 {
   background-color: #70277E;
 }
</style>
border-color css

<style>
 span { border-color: #70277E; }

 span { border-color: rgb(112,39,126); }

 td.TdClassName
 {
   border-color: #70277E;
 }
 .TagClassName
 {
   border-color: #70277E;
 }
</style>