#703381

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

Shades of Eminence #703381

Tints of Eminence #703381

Color information

#703381 (or 0x703381) is unknown color: approx Eminence. HEX triplet: 70, 33 and 81. RGB value is (112,51,129). Sum of RGB (Red+Green+Blue) = 112+51+129=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 129 - color contains mainly: blue. Hex color #703381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703381 is #8FCC7E. Grayscale: #4D4D4D. Windows color (decimal): -9423999 or 8467312. OLE color: 8467312.

HSL color Cylindrical-coordinate representation of color #703381: hue angle of 286.92º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #703381 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11251129-
CMYK0.130.6000.49
HSL286.92º43.33%35.29%-
HSV(B)286.92º60.47%50.59%-
XYZ11.837.421.57-
YUV78.13156.71152.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 51 (20.31% from 255) = 17.47%
BLUE value IS 129 (50.78% from 255) = 44.18%
R=38.36%
G=17.47%
B=44.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112511290.130.6000.49286.9243.3335.29
Hex703381D3C03111f2b23
Octal1606320115740614375343
Binary11100001100111000000111011111000110001100011111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703381; }

 p { color: rgb(112,51,129); }

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

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

 a { background-color: rgb(112,51,129); }

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

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

 span { border-color: rgb(112,51,129); }

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