#763171

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

Shades of Seance #763171

Tints of Seance #763171

Color information

#763171 (or 0x763171) is unknown color: approx Seance. HEX triplet: 76, 31 and 71. RGB value is (118,49,113). Sum of RGB (Red+Green+Blue) = 118+49+113=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #763171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763171 is #89CE8E. Grayscale: #4C4C4C. Windows color (decimal): -9031311 or 7418230. OLE color: 7418230.

HSL color Cylindrical-coordinate representation of color #763171: hue angle of 304.35º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763171 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB11849113-
CMYK00.580.040.54
HSL304.35º41.32%32.75%-
HSV(B)304.35º58.47%46.27%-
XYZ11.557.2416.41-
YUV76.93148.36157.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 49 (19.53% from 255) = 17.5%
BLUE value IS 113 (44.53% from 255) = 40.36%
R=42.14%
G=17.5%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184911300.580.040.54304.3541.3232.75
Hex76317103A4361302921
Octal166611610724664605141
Binary111011011000111100010111010100110110100110000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763171; }

 p { color: rgb(118,49,113); }

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

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

 a { background-color: rgb(118,49,113); }

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

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

 span { border-color: rgb(118,49,113); }

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