#673970

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

Shades of Eminence #673970

Tints of Eminence #673970

Color information

#673970 (or 0x673970) is unknown color: approx Eminence. HEX triplet: 67, 39 and 70. RGB value is (103,57,112). Sum of RGB (Red+Green+Blue) = 103+57+112=272 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.87% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #673970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673970 is #98C68F. Grayscale: #4C4C4C. Windows color (decimal): -10012304 or 7354727. OLE color: 7354727.

HSL color Cylindrical-coordinate representation of color #673970: hue angle of 290.18º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #673970 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10357112-
CMYK0.080.4900.56
HSL290.18º32.54%33.14%-
HSV(B)290.18º49.11%43.92%-
XYZ9.986.9816.15-
YUV77.02147.74146.53-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.87%
GREEN value IS 57 (22.66% from 255) = 20.96%
BLUE value IS 112 (44.14% from 255) = 41.18%
R=37.87%
G=20.96%
B=41.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103571120.080.4900.56290.1832.5433.14
Hex6739708310381222121
Octal1477116010610704424141
Binary1100111111001111000010001100010111000100100010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673970; }

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

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

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

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

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

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

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

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