#682077

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

Shades of Seance #682077

Tints of Seance #682077

Color information

#682077 (or 0x682077) is unknown color: approx Seance. HEX triplet: 68, 20 and 77. RGB value is (104,32,119). Sum of RGB (Red+Green+Blue) = 104+32+119=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #682077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682077 is #97DF88. Grayscale: #3F3F3F. Windows color (decimal): -9953161 or 7807080. OLE color: 7807080.

HSL color Cylindrical-coordinate representation of color #682077: hue angle of 289.66º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #682077 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10432119-
CMYK0.130.7300.53
HSL289.66º57.62%29.61%-
HSV(B)289.66º73.11%46.67%-
XYZ9.565.3117.97-
YUV63.45159.35156.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.78%
GREEN value IS 32 (12.89% from 255) = 12.55%
BLUE value IS 119 (46.88% from 255) = 46.67%
R=40.78%
G=12.55%
B=46.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104321190.130.7300.53289.6657.6229.61
Hex682077D490351223a1e
Octal15040167151110654427236
Binary1101000100000111011111011001001011010110010001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682077; }

 p { color: rgb(104,32,119); }

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

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

 a { background-color: rgb(104,32,119); }

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

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

 span { border-color: rgb(104,32,119); }

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