#682C77

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

Shades of Seance #682C77

Tints of Seance #682C77

Color information

#682C77 (or 0x682C77) is unknown color: approx Seance. HEX triplet: 68, 2C and 77. RGB value is (104,44,119). Sum of RGB (Red+Green+Blue) = 104+44+119=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #682C77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682C77 is #97D388. Grayscale: #464646. Windows color (decimal): -9950089 or 7810152. OLE color: 7810152.

HSL color Cylindrical-coordinate representation of color #682C77: hue angle of 288º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #682C77 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10444119-
CMYK0.130.6300.53
HSL288º46.01%31.96%-
HSV(B)288º63.03%46.67%-
XYZ9.946.0818.1-
YUV70.49155.38151.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 44 (17.58% from 255) = 16.48%
BLUE value IS 119 (46.88% from 255) = 44.57%
R=38.95%
G=16.48%
B=44.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104441190.130.6300.5328846.0131.96
Hex682C77D3F0351202e20
Octal1505416715770654405640
Binary1101000101100111011111011111110110101100100000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682C77; }

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

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

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

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

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

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

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

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