#70397C

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

Shades of Eminence #70397C

Tints of Eminence #70397C

Color information

#70397C (or 0x70397C) is unknown color: approx Eminence. HEX triplet: 70, 39 and 7C. RGB value is (112,57,124). Sum of RGB (Red+Green+Blue) = 112+57+124=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #70397C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70397C is #8FC683. Grayscale: #505050. Windows color (decimal): -9422468 or 8141168. OLE color: 8141168.

HSL color Cylindrical-coordinate representation of color #70397C: hue angle of 289.25º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70397C is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11257124-
CMYK0.100.5400.51
HSL289.25º37.02%35.49%-
HSV(B)289.25º54.03%48.63%-
XYZ11.787.8319.96-
YUV81.08152.22150.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 57 (22.66% from 255) = 19.45%
BLUE value IS 124 (48.83% from 255) = 42.32%
R=38.23%
G=19.45%
B=42.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112571240.100.5400.51289.2537.0235.49
Hex70397CA360331212523
Octal1607117412660634414543
Binary1110000111001111110010101101100110011100100001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70397C; }

 p { color: rgb(112,57,124); }

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

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

 a { background-color: rgb(112,57,124); }

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

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

 span { border-color: rgb(112,57,124); }

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