#682580

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

Shades of Seance #682580

Tints of Seance #682580

Color information

#682580 (or 0x682580) is unknown color: approx Seance. HEX triplet: 68, 25 and 80. RGB value is (104,37,128). Sum of RGB (Red+Green+Blue) = 104+37+128=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #682580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682580 is #97DA7F. Grayscale: #434343. Windows color (decimal): -9951872 or 8398184. OLE color: 8398184.

HSL color Cylindrical-coordinate representation of color #682580: hue angle of 284.18º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #682580 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10437128-
CMYK0.190.7100.50
HSL284.18º55.15%32.35%-
HSV(B)284.18º71.09%50.2%-
XYZ10.275.8221.01-
YUV67.41162.2154.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.66%
GREEN value IS 37 (14.84% from 255) = 13.75%
BLUE value IS 128 (50.39% from 255) = 47.58%
R=38.66%
G=13.75%
B=47.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104371280.190.7100.50284.1855.1532.35
Hex682580134703211c3720
Octal15045200231070624346740
Binary1101000100101100000001001110001110110010100011100110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682580; }

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

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

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

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

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

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

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

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