#702E7F

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

Shades of Eminence #702E7F

Tints of Eminence #702E7F

Color information

#702E7F (or 0x702E7F) is unknown color: approx Eminence. HEX triplet: 70, 2E and 7F. RGB value is (112,46,127). Sum of RGB (Red+Green+Blue) = 112+46+127=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 127 - color contains mainly: blue. Hex color #702E7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702E7F is #8FD180. Grayscale: #4A4A4A. Windows color (decimal): -9425281 or 8334960. OLE color: 8334960.

HSL color Cylindrical-coordinate representation of color #702E7F: hue angle of 288.89º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #702E7F is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11246127-
CMYK0.120.6400.50
HSL288.89º46.82%33.92%-
HSV(B)288.89º63.78%49.8%-
XYZ11.496.9320.81-
YUV74.97157.37154.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.30%
GREEN value IS 46 (18.36% from 255) = 16.14%
BLUE value IS 127 (50% from 255) = 44.56%
R=39.30%
G=16.14%
B=44.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112461270.120.6400.50288.8946.8233.92
Hex702E7FC400321212f22
Octal16056177141000624415742
Binary11100001011101111111110010000000110010100100001101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702E7F; }

 p { color: rgb(112,46,127); }

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

<style>
 a { background-color: #702E7F; }

 a { background-color: rgb(112,46,127); }

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

<style>
 span { border-color: #702E7F; }

 span { border-color: rgb(112,46,127); }

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