#74336D

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

Shades of Seance #74336D

Tints of Seance #74336D

Color information

#74336D (or 0x74336D) is unknown color: approx Seance. HEX triplet: 74, 33 and 6D. RGB value is (116,51,109). Sum of RGB (Red+Green+Blue) = 116+51+109=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #74336D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74336D is #8BCC92. Grayscale: #4C4C4C. Windows color (decimal): -9161875 or 7156596. OLE color: 7156596.

HSL color Cylindrical-coordinate representation of color #74336D: hue angle of 306.46º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74336D is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11651109-
CMYK00.560.060.55
HSL306.46º38.92%32.75%-
HSV(B)306.46º56.03%45.49%-
XYZ11.157.1815.27-
YUV77.05146.03155.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.03%
GREEN value IS 51 (20.31% from 255) = 18.48%
BLUE value IS 109 (42.97% from 255) = 39.49%
R=42.03%
G=18.48%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165110900.560.060.55306.4638.9232.75
Hex74336D0386371322721
Octal164631550706674624741
Binary111010011001111011010111000110110111100110010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74336D; }

 p { color: rgb(116,51,109); }

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

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

 a { background-color: rgb(116,51,109); }

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

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

 span { border-color: rgb(116,51,109); }

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