#672076

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

Shades of Seance #672076

Tints of Seance #672076

Color information

#672076 (or 0x672076) is unknown color: approx Seance. HEX triplet: 67, 20 and 76. RGB value is (103,32,118). Sum of RGB (Red+Green+Blue) = 103+32+118=253 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.71% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #672076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672076 is #98DF89. Grayscale: #3E3E3E. Windows color (decimal): -10018698 or 7741543. OLE color: 7741543.

HSL color Cylindrical-coordinate representation of color #672076: hue angle of 289.53º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #672076 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10332118-
CMYK0.130.7300.54
HSL289.53º57.33%29.41%-
HSV(B)289.53º72.88%46.27%-
XYZ9.385.2217.65-
YUV63.03159.02156.51-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.71%
GREEN value IS 32 (12.89% from 255) = 12.65%
BLUE value IS 118 (46.48% from 255) = 46.64%
R=40.71%
G=12.65%
B=46.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal103321180.130.7300.54289.5357.3329.41
Hex672076D49036122391d
Octal14740166151110664427135
Binary1100111100000111011011011001001011011010010001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672076; }

 p { color: rgb(103,32,118); }

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

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

 a { background-color: rgb(103,32,118); }

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

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

 span { border-color: rgb(103,32,118); }

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