#742372

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

Shades of Seance #742372

Tints of Seance #742372

Color information

#742372 (or 0x742372) is unknown color: approx Seance. HEX triplet: 74, 23 and 72. RGB value is (116,35,114). Sum of RGB (Red+Green+Blue) = 116+35+114=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #742372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742372 is #8BDC8D. Grayscale: #434343. Windows color (decimal): -9165966 or 7480180. OLE color: 7480180.

HSL color Cylindrical-coordinate representation of color #742372: hue angle of 301.48º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #742372 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11635114-
CMYK00.700.020.55
HSL301.48º53.64%29.61%-
HSV(B)301.48º69.83%45.49%-
XYZ10.846.1316.53-
YUV68.22153.84162.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.77%
GREEN value IS 35 (14.06% from 255) = 13.21%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=43.77%
G=13.21%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163511400.700.020.55301.4853.6429.61
Hex74237204623712d361e
Octal1644316201062674556636
Binary11101001000111110010010001101011011110010110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742372; }

 p { color: rgb(116,35,114); }

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

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

 a { background-color: rgb(116,35,114); }

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

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

 span { border-color: rgb(116,35,114); }

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