#671A6F

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

Shades of Seance #671A6F

Tints of Seance #671A6F

Color information

#671A6F (or 0x671A6F) is unknown color: approx Seance. HEX triplet: 67, 1A and 6F. RGB value is (103,26,111). Sum of RGB (Red+Green+Blue) = 103+26+111=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 111 - color contains mainly: blue. Hex color #671A6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671A6F is #98E590. Grayscale: #3A3A3A. Windows color (decimal): -10020241 or 7281255. OLE color: 7281255.

HSL color Cylindrical-coordinate representation of color #671A6F: hue angle of 294.35º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #671A6F is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10326111-
CMYK0.070.7700.56
HSL294.35º62.04%26.86%-
HSV(B)294.35º76.58%43.53%-
XYZ8.834.7715.49-
YUV58.71157.51159.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.92%
GREEN value IS 26 (10.55% from 255) = 10.83%
BLUE value IS 111 (43.75% from 255) = 46.25%
R=42.92%
G=10.83%
B=46.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103261110.070.7700.56294.3562.0426.86
Hex671A6F74D0381263e1b
Octal1473215771150704467633
Binary11001111101011011111111001101011100010010011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671A6F; }

 p { color: rgb(103,26,111); }

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

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

 a { background-color: rgb(103,26,111); }

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

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

 span { border-color: rgb(103,26,111); }

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