#70397A

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

Shades of Eminence #70397A

Tints of Eminence #70397A

Color information

#70397A (or 0x70397A) is unknown color: approx Eminence. HEX triplet: 70, 39 and 7A. RGB value is (112,57,122). Sum of RGB (Red+Green+Blue) = 112+57+122=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 122 - color contains mainly: blue. Hex color #70397A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70397A is #8FC685. Grayscale: #505050. Windows color (decimal): -9422470 or 8010096. OLE color: 8010096.

HSL color Cylindrical-coordinate representation of color #70397A: hue angle of 290.77º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70397A is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11257122-
CMYK0.080.5300.52
HSL290.77º36.31%35.1%-
HSV(B)290.77º53.28%47.84%-
XYZ11.667.7819.3-
YUV80.86151.22150.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.49%
GREEN value IS 57 (22.66% from 255) = 19.59%
BLUE value IS 122 (48.05% from 255) = 41.92%
R=38.49%
G=19.59%
B=41.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112571220.080.5300.52290.7736.3135.1
Hex70397A8350341232423
Octal1607117210650644434443
Binary1110000111001111101010001101010110100100100011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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