#742673

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

Shades of Seance #742673

Tints of Seance #742673

Color information

#742673 (or 0x742673) is unknown color: approx Seance. HEX triplet: 74, 26 and 73. RGB value is (116,38,115). Sum of RGB (Red+Green+Blue) = 116+38+115=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #742673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742673 is #8BD98C. Grayscale: #454545. Windows color (decimal): -9165197 or 7546484. OLE color: 7546484.

HSL color Cylindrical-coordinate representation of color #742673: hue angle of 300.77º 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 #742673 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11638115-
CMYK00.670.010.55
HSL300.77º50.65%30.2%-
HSV(B)300.77º67.24%45.49%-
XYZ10.996.3416.86-
YUV70.1153.34160.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.12%
GREEN value IS 38 (15.23% from 255) = 14.13%
BLUE value IS 115 (45.31% from 255) = 42.75%
R=43.12%
G=14.13%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163811500.670.010.55300.7750.6530.2
Hex74267304313712d331e
Octal1644616301031674556336
Binary1110100100110111001101000011111011110010110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742673; }

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

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

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

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

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

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

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

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