#70267E

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

Shades of Eminence #70267E

Tints of Eminence #70267E

Color information

#70267E (or 0x70267E) is unknown color: approx Eminence. HEX triplet: 70, 26 and 7E. RGB value is (112,38,126). Sum of RGB (Red+Green+Blue) = 112+38+126=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 126 - color contains mainly: blue. Hex color #70267E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70267E is #8FD981. Grayscale: #454545. Windows color (decimal): -9427330 or 8267376. OLE color: 8267376.

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

Color convert

RGB11238126-
CMYK0.110.7000.51
HSL290.45º53.66%32.16%-
HSV(B)290.45º69.84%49.41%-
XYZ11.146.3420.37-
YUV70.16159.52157.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.58%
GREEN value IS 38 (15.23% from 255) = 13.77%
BLUE value IS 126 (49.61% from 255) = 45.65%
R=40.58%
G=13.77%
B=45.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112381260.110.7000.51290.4553.6632.16
Hex70267EB460331223620
Octal16046176131060634426640
Binary11100001001101111110101110001100110011100100010110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70267E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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