#742772

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

Shades of Seance #742772

Tints of Seance #742772

Color information

#742772 (or 0x742772) is unknown color: approx Seance. HEX triplet: 74, 27 and 72. RGB value is (116,39,114). Sum of RGB (Red+Green+Blue) = 116+39+114=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #742772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742772 is #8BD88D. Grayscale: #464646. Windows color (decimal): -9164942 or 7481204. OLE color: 7481204.

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

Color convert

RGB11639114-
CMYK00.660.020.55
HSL301.56º49.68%30.39%-
HSV(B)301.56º66.38%45.49%-
XYZ10.976.3816.57-
YUV70.57152.51160.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.12%
GREEN value IS 39 (15.62% from 255) = 14.50%
BLUE value IS 114 (44.92% from 255) = 42.38%
R=43.12%
G=14.50%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163911400.660.020.55301.5649.6830.39
Hex74277204223712e321e
Octal1644716201022674566236
Binary11101001001111110010010000101011011110010111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742772; }

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

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

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

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

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

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

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

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