#672E78

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

Shades of Seance #672E78

Tints of Seance #672E78

Color information

#672E78 (or 0x672E78) is unknown color: approx Seance. HEX triplet: 67, 2E and 78. RGB value is (103,46,120). Sum of RGB (Red+Green+Blue) = 103+46+120=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #672E78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672E78 is #98D187. Grayscale: #474747. Windows color (decimal): -10015112 or 7876199. OLE color: 7876199.

HSL color Cylindrical-coordinate representation of color #672E78: hue angle of 286.22º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #672E78 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10346120-
CMYK0.140.6200.53
HSL286.22º44.58%32.55%-
HSV(B)286.22º61.67%47.06%-
XYZ9.966.1918.44-
YUV71.48155.38150.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.29%
GREEN value IS 46 (18.36% from 255) = 17.10%
BLUE value IS 120 (47.27% from 255) = 44.61%
R=38.29%
G=17.10%
B=44.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal103461200.140.6200.53286.2244.5832.55
Hex672E78E3E03511e2d21
Octal1475617016760654365541
Binary1100111101110111100011101111100110101100011110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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