#742971

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

Shades of Seance #742971

Tints of Seance #742971

Color information

#742971 (or 0x742971) is unknown color: approx Seance. HEX triplet: 74, 29 and 71. RGB value is (116,41,113). Sum of RGB (Red+Green+Blue) = 116+41+113=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #742971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742971 is #8BD68E. Grayscale: #474747. Windows color (decimal): -9164431 or 7416180. OLE color: 7416180.

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

Color convert

RGB11641113-
CMYK00.650.030.55
HSL302.4º47.77%30.78%-
HSV(B)302.4º64.66%45.49%-
XYZ10.986.4916.3-
YUV71.63151.35159.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.96%
GREEN value IS 41 (16.41% from 255) = 15.19%
BLUE value IS 113 (44.53% from 255) = 41.85%
R=42.96%
G=15.19%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1164111300.650.030.55302.447.7730.78
Hex74297104133712e301f
Octal1645116101013674566037
Binary11101001010011110001010000011111011110010111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742971; }

 p { color: rgb(116,41,113); }

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

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

 a { background-color: rgb(116,41,113); }

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

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

 span { border-color: rgb(116,41,113); }

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