#674471

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

Shades of Eminence #674471

Tints of Eminence #674471

Color information

#674471 (or 0x674471) is unknown color: approx Eminence. HEX triplet: 67, 44 and 71. RGB value is (103,68,113). Sum of RGB (Red+Green+Blue) = 103+68+113=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 113 - color contains mainly: blue. Hex color #674471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674471 is #98BB8E. Grayscale: #535353. Windows color (decimal): -10009487 or 7423079. OLE color: 7423079.

HSL color Cylindrical-coordinate representation of color #674471: hue angle of 286.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #674471 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10368113-
CMYK0.090.4000.56
HSL286.67º24.86%35.49%-
HSV(B)286.67º39.82%44.31%-
XYZ10.648.2116.65-
YUV83.6144.6141.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.27%
GREEN value IS 68 (26.95% from 255) = 23.94%
BLUE value IS 113 (44.53% from 255) = 39.79%
R=36.27%
G=23.94%
B=39.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103681130.090.4000.56286.6724.8635.49
Hex67447192803811f1923
Octal14710416111500704373143
Binary1100111100010011100011001101000011100010001111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674471; }

 p { color: rgb(103,68,113); }

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

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

 a { background-color: rgb(103,68,113); }

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

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

 span { border-color: rgb(103,68,113); }

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