#672E71

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

Shades of Seance #672E71

Tints of Seance #672E71

Color information

#672E71 (or 0x672E71) is unknown color: approx Seance. HEX triplet: 67, 2E and 71. RGB value is (103,46,113). Sum of RGB (Red+Green+Blue) = 103+46+113=262 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.31% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #672E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672E71 is #98D18E. Grayscale: #464646. Windows color (decimal): -10015119 or 7417447. OLE color: 7417447.

HSL color Cylindrical-coordinate representation of color #672E71: hue angle of 291.04º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #672E71 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10346113-
CMYK0.090.5900.56
HSL291.04º42.14%31.18%-
HSV(B)291.04º59.29%44.31%-
XYZ9.556.0316.28-
YUV70.68151.88151.05-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.31%
GREEN value IS 46 (18.36% from 255) = 17.56%
BLUE value IS 113 (44.53% from 255) = 43.13%
R=39.31%
G=17.56%
B=43.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103461130.090.5900.56291.0442.1431.18
Hex672E7193B0381232a1f
Octal1475616111730704435237
Binary110011110111011100011001111011011100010010001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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