#742671

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

Shades of Seance #742671

Tints of Seance #742671

Color information

#742671 (or 0x742671) is unknown color: approx Seance. HEX triplet: 74, 26 and 71. RGB value is (116,38,113). Sum of RGB (Red+Green+Blue) = 116+38+113=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #742671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742671 is #8BD98E. Grayscale: #454545. Windows color (decimal): -9165199 or 7415412. OLE color: 7415412.

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

Color convert

RGB11638113-
CMYK00.670.030.55
HSL302.31º50.65%30.2%-
HSV(B)302.31º67.24%45.49%-
XYZ10.886.2916.26-
YUV69.87152.34160.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 38 (15.23% from 255) = 14.23%
BLUE value IS 113 (44.53% from 255) = 42.32%
R=43.45%
G=14.23%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163811300.670.030.55302.3150.6530.2
Hex74267104333712e331e
Octal1644616101033674566336
Binary11101001001101110001010000111111011110010111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742671; }

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

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

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

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

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

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

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

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