#681276

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

Shades of Seance #681276

Tints of Seance #681276

Color information

#681276 (or 0x681276) is unknown color: approx Seance. HEX triplet: 68, 12 and 76. RGB value is (104,18,118). Sum of RGB (Red+Green+Blue) = 104+18+118=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #681276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681276 is #97ED89. Grayscale: #363636. Windows color (decimal): -9956746 or 7737960. OLE color: 7737960.

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

Color convert

RGB10418118-
CMYK0.120.8500.54
HSL291.6º73.53%26.67%-
HSV(B)291.6º84.75%46.27%-
XYZ9.24.6817.56-
YUV55.11163.49162.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.33%
GREEN value IS 18 (7.42% from 255) = 7.5%
BLUE value IS 118 (46.48% from 255) = 49.17%
R=43.33%
G=7.5%
B=49.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104181180.120.8500.54291.673.5326.67
Hex681276C550361244a1b
Octal150221661412506644411233
Binary1101000100101110110110010101010110110100100100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681276; }

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

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

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

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

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

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

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

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