#681271

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

Shades of Seance #681271

Tints of Seance #681271

Color information

#681271 (or 0x681271) is unknown color: approx Seance. HEX triplet: 68, 12 and 71. RGB value is (104,18,113). Sum of RGB (Red+Green+Blue) = 104+18+113=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #681271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681271 is #97ED8E. Grayscale: #363636. Windows color (decimal): -9956751 or 7410280. OLE color: 7410280.

HSL color Cylindrical-coordinate representation of color #681271: hue angle of 294.32º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681271 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10418113-
CMYK0.080.8400.56
HSL294.32º72.52%25.69%-
HSV(B)294.32º84.07%44.31%-
XYZ8.914.5716.04-
YUV54.54160.99163.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 113 (44.53% from 255) = 48.09%
R=44.26%
G=7.66%
B=48.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104181130.080.8400.56294.3272.5225.69
Hex681271854038126491a
Octal150221611012407044611132
Binary1101000100101110001100010101000111000100100110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681271; }

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

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

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

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

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

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

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

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