#742679

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

Shades of Seance #742679

Tints of Seance #742679

Color information

#742679 (or 0x742679) is unknown color: approx Seance. HEX triplet: 74, 26 and 79. RGB value is (116,38,121). Sum of RGB (Red+Green+Blue) = 116+38+121=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 121 - color contains mainly: blue. Hex color #742679 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742679 is #8BD986. Grayscale: #464646. Windows color (decimal): -9165191 or 7939700. OLE color: 7939700.

HSL color Cylindrical-coordinate representation of color #742679: hue angle of 296.39º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #742679 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11638121-
CMYK0.040.6900.53
HSL296.39º52.2%31.18%-
HSV(B)296.39º68.6%47.45%-
XYZ11.356.4818.74-
YUV70.78156.34160.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.18%
GREEN value IS 38 (15.23% from 255) = 13.82%
BLUE value IS 121 (47.66% from 255) = 44%
R=42.18%
G=13.82%
B=44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116381210.040.6900.53296.3952.231.18
Hex742679445035128341f
Octal1644617141050654506437
Binary111010010011011110011001000101011010110010100011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742679; }

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

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

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

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

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

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

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

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