#682082

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

Shades of Seance #682082

Tints of Seance #682082

Color information

#682082 (or 0x682082) is unknown color: approx Seance. HEX triplet: 68, 20 and 82. RGB value is (104,32,130). Sum of RGB (Red+Green+Blue) = 104+32+130=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #682082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682082 is #97DF7D. Grayscale: #404040. Windows color (decimal): -9953150 or 8527976. OLE color: 8527976.

HSL color Cylindrical-coordinate representation of color #682082: hue angle of 284.08º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #682082 is Cyan = 0.2, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10432130-
CMYK0.20.7500.49
HSL284.08º60.49%31.76%-
HSV(B)284.08º75.38%50.98%-
XYZ10.255.5921.66-
YUV64.7164.85156.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.10%
GREEN value IS 32 (12.89% from 255) = 12.03%
BLUE value IS 130 (51.17% from 255) = 48.87%
R=39.10%
G=12.03%
B=48.87%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104321300.20.7500.49284.0860.4931.76
Hex682082144B03111c3c20
Octal15040202241130614347440
Binary1101000100000100000101010010010110110001100011100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682082; }

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

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

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

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

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

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

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

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