#671271

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

Shades of Seance #671271

Tints of Seance #671271

Color information

#671271 (or 0x671271) is unknown color: approx Seance. HEX triplet: 67, 12 and 71. RGB value is (103,18,113). Sum of RGB (Red+Green+Blue) = 103+18+113=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #671271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671271 is #98ED8E. Grayscale: #353535. Windows color (decimal): -10022287 or 7410279. OLE color: 7410279.

HSL color Cylindrical-coordinate representation of color #671271: hue angle of 293.68º 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 #671271 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10318113-
CMYK0.090.8400.56
HSL293.68º72.52%25.69%-
HSV(B)293.68º84.07%44.31%-
XYZ8.794.5116.03-
YUV54.24161.16162.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.02%
GREEN value IS 18 (7.42% from 255) = 7.69%
BLUE value IS 113 (44.53% from 255) = 48.29%
R=44.02%
G=7.69%
B=48.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103181130.090.8400.56293.6872.5225.69
Hex671271954038126491a
Octal147221611112407044611132
Binary1100111100101110001100110101000111000100100110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671271; }

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

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

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

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

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

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

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

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