#742C76

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

Shades of Seance #742C76

Tints of Seance #742C76

Color information

#742C76 (or 0x742C76) is unknown color: approx Seance. HEX triplet: 74, 2C and 76. RGB value is (116,44,118). Sum of RGB (Red+Green+Blue) = 116+44+118=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #742C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742C76 is #8BD389. Grayscale: #494949. Windows color (decimal): -9163658 or 7744628. OLE color: 7744628.

HSL color Cylindrical-coordinate representation of color #742C76: hue angle of 298.38º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #742C76 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11644118-
CMYK0.020.6300.54
HSL298.38º45.68%31.76%-
HSV(B)298.38º62.71%46.27%-
XYZ11.376.8217.86-
YUV73.96152.85157.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.73%
GREEN value IS 44 (17.58% from 255) = 15.83%
BLUE value IS 118 (46.48% from 255) = 42.45%
R=41.73%
G=15.83%
B=42.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116441180.020.6300.54298.3845.6831.76
Hex742C7623F03612a2e20
Octal164541662770664525640
Binary11101001011001110110101111110110110100101010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742C76; }

 p { color: rgb(116,44,118); }

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

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

 a { background-color: rgb(116,44,118); }

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

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

 span { border-color: rgb(116,44,118); }

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