#671172

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

Shades of Seance #671172

Tints of Seance #671172

Color information

#671172 (or 0x671172) is unknown color: approx Seance. HEX triplet: 67, 11 and 72. RGB value is (103,17,114). Sum of RGB (Red+Green+Blue) = 103+17+114=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #671172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671172 is #98EE8D. Grayscale: #353535. Windows color (decimal): -10022542 or 7475559. OLE color: 7475559.

HSL color Cylindrical-coordinate representation of color #671172: hue angle of 293.2º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671172 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10317114-
CMYK0.100.8500.55
HSL293.2º74.05%25.69%-
HSV(B)293.2º85.09%44.71%-
XYZ8.834.516.32-
YUV53.77161.99163.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.02%
GREEN value IS 17 (7.03% from 255) = 7.26%
BLUE value IS 114 (44.92% from 255) = 48.72%
R=44.02%
G=7.26%
B=48.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103171140.100.8500.55293.274.0525.69
Hex671172A550371254a1a
Octal147211621212506744511232
Binary1100111100011110010101010101010110111100100101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671172; }

 p { color: rgb(103,17,114); }

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

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

 a { background-color: rgb(103,17,114); }

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

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

 span { border-color: rgb(103,17,114); }

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