#671376

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

Shades of Seance #671376

Tints of Seance #671376

Color information

#671376 (or 0x671376) is unknown color: approx Seance. HEX triplet: 67, 13 and 76. RGB value is (103,19,118). Sum of RGB (Red+Green+Blue) = 103+19+118=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 19 (7.81% from 255 or 7.92% 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 #671376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671376 is #98EC89. Grayscale: #373737. Windows color (decimal): -10022026 or 7738215. OLE color: 7738215.

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

Color convert

RGB10319118-
CMYK0.130.8400.54
HSL290.91º72.26%26.86%-
HSV(B)290.91º83.9%46.27%-
XYZ9.14.6617.56-
YUV55.4163.33161.95-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.92%
GREEN value IS 19 (7.81% from 255) = 7.92%
BLUE value IS 118 (46.48% from 255) = 49.17%
R=42.92%
G=7.92%
B=49.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal103191180.130.8400.54290.9172.2626.86
Hex671376D54036123481b
Octal147231661512406644311033
Binary1100111100111110110110110101000110110100100011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671376; }

 p { color: rgb(103,19,118); }

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

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

 a { background-color: rgb(103,19,118); }

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

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

 span { border-color: rgb(103,19,118); }

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