#742B76

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

Shades of Seance #742B76

Tints of Seance #742B76

Color information

#742B76 (or 0x742B76) is unknown color: approx Seance. HEX triplet: 74, 2B and 76. RGB value is (116,43,118). Sum of RGB (Red+Green+Blue) = 116+43+118=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #742B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742B76 is #8BD489. Grayscale: #494949. Windows color (decimal): -9163914 or 7744372. OLE color: 7744372.

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

Color convert

RGB11643118-
CMYK0.020.6400.54
HSL298.4º46.58%31.57%-
HSV(B)298.4º63.56%46.27%-
XYZ11.346.7517.84-
YUV73.38153.18158.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.88%
GREEN value IS 43 (17.19% from 255) = 15.52%
BLUE value IS 118 (46.48% from 255) = 42.60%
R=41.88%
G=15.52%
B=42.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116431180.020.6400.54298.446.5831.57
Hex742B7624003612a2f20
Octal1645316621000664525740
Binary111010010101111101101010000000110110100101010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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