#743170

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

Shades of Seance #743170

Tints of Seance #743170

Color information

#743170 (or 0x743170) is unknown color: approx Seance. HEX triplet: 74, 31 and 70. RGB value is (116,49,112). Sum of RGB (Red+Green+Blue) = 116+49+112=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #743170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743170 is #8BCE8F. Grayscale: #4C4C4C. Windows color (decimal): -9162384 or 7352692. OLE color: 7352692.

HSL color Cylindrical-coordinate representation of color #743170: hue angle of 303.58º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #743170 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11649112-
CMYK00.580.030.55
HSL303.58º40.61%32.35%-
HSV(B)303.58º57.76%45.49%-
XYZ11.237.0816.1-
YUV76.22148.2156.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.88%
GREEN value IS 49 (19.53% from 255) = 17.69%
BLUE value IS 112 (44.14% from 255) = 40.43%
R=41.88%
G=17.69%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1164911200.580.030.55303.5840.6132.35
Hex74317003A3371302920
Octal164611600723674605140
Binary11101001100011110000011101011110111100110000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743170; }

 p { color: rgb(116,49,112); }

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

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

 a { background-color: rgb(116,49,112); }

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

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

 span { border-color: rgb(116,49,112); }

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