#672D7E

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

Shades of Eminence #672D7E

Tints of Eminence #672D7E

Color information

#672D7E (or 0x672D7E) is unknown color: approx Eminence. HEX triplet: 67, 2D and 7E. RGB value is (103,45,126). Sum of RGB (Red+Green+Blue) = 103+45+126=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 126 - color contains mainly: blue. Hex color #672D7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672D7E is #98D281. Grayscale: #474747. Windows color (decimal): -10015362 or 8269159. OLE color: 8269159.

HSL color Cylindrical-coordinate representation of color #672D7E: hue angle of 282.96º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #672D7E is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10345126-
CMYK0.180.6400.51
HSL282.96º47.37%33.53%-
HSV(B)282.96º64.29%49.41%-
XYZ10.36.2720.41-
YUV71.58158.72150.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.59%
GREEN value IS 45 (17.97% from 255) = 16.42%
BLUE value IS 126 (49.61% from 255) = 45.99%
R=37.59%
G=16.42%
B=45.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal103451260.180.6400.51282.9647.3733.53
Hex672D7E124003311b2f22
Octal14755176221000634335742
Binary110011110110111111101001010000000110011100011011101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672D7E; }

 p { color: rgb(103,45,126); }

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

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

 a { background-color: rgb(103,45,126); }

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

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

 span { border-color: rgb(103,45,126); }

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