#682C70

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

Shades of Seance #682C70

Tints of Seance #682C70

Color information

#682C70 (or 0x682C70) is unknown color: approx Seance. HEX triplet: 68, 2C and 70. RGB value is (104,44,112). Sum of RGB (Red+Green+Blue) = 104+44+112=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #682C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682C70 is #97D38F. Grayscale: #454545. Windows color (decimal): -9950096 or 7351400. OLE color: 7351400.

HSL color Cylindrical-coordinate representation of color #682C70: hue angle of 292.94º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #682C70 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10444112-
CMYK0.070.6100.56
HSL292.94º43.59%30.59%-
HSV(B)292.94º60.71%43.92%-
XYZ9.535.9115.97-
YUV69.69151.88152.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40%
GREEN value IS 44 (17.58% from 255) = 16.92%
BLUE value IS 112 (44.14% from 255) = 43.08%
R=40%
G=16.92%
B=43.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104441120.070.6100.56292.9443.5930.59
Hex682C7073D0381252c1f
Octal150541607750704455437
Binary11010001011001110000111111101011100010010010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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