#681275

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

Shades of Seance #681275

Tints of Seance #681275

Color information

#681275 (or 0x681275) is unknown color: approx Seance. HEX triplet: 68, 12 and 75. RGB value is (104,18,117). Sum of RGB (Red+Green+Blue) = 104+18+117=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #681275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681275 is #97ED8A. Grayscale: #363636. Windows color (decimal): -9956747 or 7672424. OLE color: 7672424.

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

Color convert

RGB10418117-
CMYK0.110.8500.54
HSL292.12º73.33%26.47%-
HSV(B)292.12º84.62%45.88%-
XYZ9.144.6617.25-
YUV55162.99162.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 18 (7.42% from 255) = 7.53%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=43.51%
G=7.53%
B=48.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104181170.110.8500.54292.1273.3326.47
Hex681275B55036124491a
Octal150221651312506644411132
Binary1101000100101110101101110101010110110100100100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681275; }

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

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

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

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

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

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

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

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