#682376

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

Shades of Seance #682376

Tints of Seance #682376

Color information

#682376 (or 0x682376) is unknown color: approx Seance. HEX triplet: 68, 23 and 76. RGB value is (104,35,118). Sum of RGB (Red+Green+Blue) = 104+35+118=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #682376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682376 is #97DC89. Grayscale: #404040. Windows color (decimal): -9952394 or 7742312. OLE color: 7742312.

HSL color Cylindrical-coordinate representation of color #682376: hue angle of 289.88º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #682376 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10435118-
CMYK0.120.7000.54
HSL289.88º54.25%30%-
HSV(B)289.88º70.34%46.27%-
XYZ9.585.4517.69-
YUV65.09157.86155.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.47%
GREEN value IS 35 (14.06% from 255) = 13.62%
BLUE value IS 118 (46.48% from 255) = 45.91%
R=40.47%
G=13.62%
B=45.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104351180.120.7000.54289.8854.2530
Hex682376C46036122361e
Octal15043166141060664426636
Binary1101000100011111011011001000110011011010010001011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682376; }

 p { color: rgb(104,35,118); }

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

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

 a { background-color: rgb(104,35,118); }

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

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

 span { border-color: rgb(104,35,118); }

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