#671474

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

Shades of Seance #671474

Tints of Seance #671474

Color information

#671474 (or 0x671474) is unknown color: approx Seance. HEX triplet: 67, 14 and 74. RGB value is (103,20,116). Sum of RGB (Red+Green+Blue) = 103+20+116=239 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.10% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: blue. Hex color #671474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671474 is #98EB8B. Grayscale: #373737. Windows color (decimal): -10021772 or 7607399. OLE color: 7607399.

HSL color Cylindrical-coordinate representation of color #671474: hue angle of 291.88º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671474 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10320116-
CMYK0.110.8300.55
HSL291.88º70.59%26.67%-
HSV(B)291.88º82.76%45.49%-
XYZ94.6416.95-
YUV55.76162161.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.10%
GREEN value IS 20 (8.20% from 255) = 8.37%
BLUE value IS 116 (45.70% from 255) = 48.54%
R=43.10%
G=8.37%
B=48.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103201160.110.8300.55291.8870.5926.67
Hex671474B53037124471b
Octal147241641312306744410733
Binary1100111101001110100101110100110110111100100100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671474; }

 p { color: rgb(103,20,116); }

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

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

 a { background-color: rgb(103,20,116); }

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

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

 span { border-color: rgb(103,20,116); }

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