#672B7F

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

Shades of Eminence #672B7F

Tints of Eminence #672B7F

Color information

#672B7F (or 0x672B7F) is unknown color: approx Eminence. HEX triplet: 67, 2B and 7F. RGB value is (103,43,127). Sum of RGB (Red+Green+Blue) = 103+43+127=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 127 - color contains mainly: blue. Hex color #672B7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672B7F is #98D480. Grayscale: #464646. Windows color (decimal): -10015873 or 8334183. OLE color: 8334183.

HSL color Cylindrical-coordinate representation of color #672B7F: hue angle of 282.86º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #672B7F is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10343127-
CMYK0.190.6600.50
HSL282.86º49.41%33.33%-
HSV(B)282.86º66.14%49.8%-
XYZ10.296.1420.72-
YUV70.52159.88151.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.73%
GREEN value IS 43 (17.19% from 255) = 15.75%
BLUE value IS 127 (50% from 255) = 46.52%
R=37.73%
G=15.75%
B=46.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal103431270.190.6600.50282.8649.4133.33
Hex672B7F134203211b3121
Octal14753177231020624336141
Binary110011110101111111111001110000100110010100011011110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,43,127); }

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

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

 a { background-color: rgb(103,43,127); }

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

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

 span { border-color: rgb(103,43,127); }

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