#681378

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

Shades of Seance #681378

Tints of Seance #681378

Color information

#681378 (or 0x681378) is unknown color: approx Seance. HEX triplet: 68, 13 and 78. RGB value is (104,19,120). Sum of RGB (Red+Green+Blue) = 104+19+120=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #681378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681378 is #97EC87. Grayscale: #373737. Windows color (decimal): -9956488 or 7869288. OLE color: 7869288.

HSL color Cylindrical-coordinate representation of color #681378: hue angle of 290.5º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681378 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10419120-
CMYK0.130.8400.53
HSL290.5º72.66%27.25%-
HSV(B)290.5º84.17%47.06%-
XYZ9.334.7618.2-
YUV55.93164.16162.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.80%
GREEN value IS 19 (7.81% from 255) = 7.82%
BLUE value IS 120 (47.27% from 255) = 49.38%
R=42.80%
G=7.82%
B=49.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104191200.130.8400.53290.572.6627.25
Hex681378D54035122491b
Octal150231701512406544211133
Binary1101000100111111000110110101000110101100100010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681378; }

 p { color: rgb(104,19,120); }

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

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

 a { background-color: rgb(104,19,120); }

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

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

 span { border-color: rgb(104,19,120); }

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