#674073

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

Shades of Eminence #674073

Tints of Eminence #674073

Color information

#674073 (or 0x674073) is unknown color: approx Eminence. HEX triplet: 67, 40 and 73. RGB value is (103,64,115). Sum of RGB (Red+Green+Blue) = 103+64+115=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #674073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674073 is #98BF8C. Grayscale: #515151. Windows color (decimal): -10010509 or 7553127. OLE color: 7553127.

HSL color Cylindrical-coordinate representation of color #674073: hue angle of 285.88º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #674073 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10364115-
CMYK0.100.4400.55
HSL285.88º28.49%35.1%-
HSV(B)285.88º44.35%45.1%-
XYZ10.527.7917.17-
YUV81.47146.92143.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.52%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 115 (45.31% from 255) = 40.78%
R=36.52%
G=22.70%
B=40.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103641150.100.4400.55285.8828.4935.1
Hex674073A2C03711e1c23
Octal14710016312540674363443
Binary1100111100000011100111010101100011011110001111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674073; }

 p { color: rgb(103,64,115); }

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

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

 a { background-color: rgb(103,64,115); }

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

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

 span { border-color: rgb(103,64,115); }

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