#682D70

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

Shades of Seance #682D70

Tints of Seance #682D70

Color information

#682D70 (or 0x682D70) is unknown color: approx Seance. HEX triplet: 68, 2D and 70. RGB value is (104,45,112). Sum of RGB (Red+Green+Blue) = 104+45+112=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #682D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682D70 is #97D28F. Grayscale: #464646. Windows color (decimal): -9949840 or 7351656. OLE color: 7351656.

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

Color convert

RGB10445112-
CMYK0.070.6000.56
HSL292.84º42.68%30.78%-
HSV(B)292.84º59.82%43.92%-
XYZ9.575.9915.98-
YUV70.28151.55152.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.85%
GREEN value IS 45 (17.97% from 255) = 17.24%
BLUE value IS 112 (44.14% from 255) = 42.91%
R=39.85%
G=17.24%
B=42.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104451120.070.6000.56292.8442.6830.78
Hex682D7073C0381252b1f
Octal150551607740704455337
Binary11010001011011110000111111100011100010010010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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