#682A73

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

Shades of Seance #682A73

Tints of Seance #682A73

Color information

#682A73 (or 0x682A73) is unknown color: approx Seance. HEX triplet: 68, 2A and 73. RGB value is (104,42,115). Sum of RGB (Red+Green+Blue) = 104+42+115=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #682A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682A73 is #97D58C. Grayscale: #444444. Windows color (decimal): -9950605 or 7547496. OLE color: 7547496.

HSL color Cylindrical-coordinate representation of color #682A73: hue angle of 290.96º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #682A73 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10442115-
CMYK0.100.6300.55
HSL290.96º46.5%30.78%-
HSV(B)290.96º63.48%45.1%-
XYZ9.635.8416.84-
YUV68.86154.04153.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.85%
GREEN value IS 42 (16.80% from 255) = 16.09%
BLUE value IS 115 (45.31% from 255) = 44.06%
R=39.85%
G=16.09%
B=44.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104421150.100.6300.55290.9646.530.78
Hex682A73A3F0371232e1f
Octal1505216312770674435637
Binary110100010101011100111010111111011011110010001110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,42,115); }

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

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

 a { background-color: rgb(104,42,115); }

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

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

 span { border-color: rgb(104,42,115); }

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