#682582

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

Shades of Seance #682582

Tints of Seance #682582

Color information

#682582 (or 0x682582) is unknown color: approx Seance. HEX triplet: 68, 25 and 82. RGB value is (104,37,130). Sum of RGB (Red+Green+Blue) = 104+37+130=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #682582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682582 is #97DA7D. Grayscale: #434343. Windows color (decimal): -9951870 or 8529256. OLE color: 8529256.

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

Color convert

RGB10437130-
CMYK0.20.7200.49
HSL283.23º55.69%32.75%-
HSV(B)283.23º71.54%50.98%-
XYZ10.45.8821.71-
YUV67.63163.2153.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.38%
GREEN value IS 37 (14.84% from 255) = 13.65%
BLUE value IS 130 (51.17% from 255) = 47.97%
R=38.38%
G=13.65%
B=47.97%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104371300.20.7200.49283.2355.6932.75
Hex682582144803111b3821
Octal15045202241100614337041
Binary1101000100101100000101010010010000110001100011011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682582; }

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

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

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

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

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

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

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

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