#674372

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

Shades of Eminence #674372

Tints of Eminence #674372

Color information

#674372 (or 0x674372) is unknown color: approx Eminence. HEX triplet: 67, 43 and 72. RGB value is (103,67,114). Sum of RGB (Red+Green+Blue) = 103+67+114=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 114 - color contains mainly: blue. Hex color #674372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674372 is #98BC8D. Grayscale: #525252. Windows color (decimal): -10009742 or 7488359. OLE color: 7488359.

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

Color convert

RGB10367114-
CMYK0.100.4100.55
HSL285.96º25.97%35.49%-
HSV(B)285.96º41.23%44.71%-
XYZ10.648.1116.92-
YUV83.12145.43142.18-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.27%
GREEN value IS 67 (26.56% from 255) = 23.59%
BLUE value IS 114 (44.92% from 255) = 40.14%
R=36.27%
G=23.59%
B=40.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103671140.100.4100.55285.9625.9735.49
Hex674372A2903711e1a23
Octal14710316212510674363243
Binary1100111100001111100101010101001011011110001111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674372; }

 p { color: rgb(103,67,114); }

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

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

 a { background-color: rgb(103,67,114); }

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

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

 span { border-color: rgb(103,67,114); }

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