#742A78

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

Shades of Seance #742A78

Tints of Seance #742A78

Color information

#742A78 (or 0x742A78) is unknown color: approx Seance. HEX triplet: 74, 2A and 78. RGB value is (116,42,120). Sum of RGB (Red+Green+Blue) = 116+42+120=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #742A78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742A78 is #8BD587. Grayscale: #484848. Windows color (decimal): -9164168 or 7875188. OLE color: 7875188.

HSL color Cylindrical-coordinate representation of color #742A78: hue angle of 296.92º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #742A78 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11642120-
CMYK0.030.6500.53
HSL296.92º48.15%31.76%-
HSV(B)296.92º65%47.06%-
XYZ11.426.7218.47-
YUV73.02154.52158.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.73%
GREEN value IS 42 (16.80% from 255) = 15.11%
BLUE value IS 120 (47.27% from 255) = 43.17%
R=41.73%
G=15.11%
B=43.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116421200.030.6500.53296.9248.1531.76
Hex742A783410351293020
Octal1645217031010654516040
Binary111010010101011110001110000010110101100101001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,42,120); }

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

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

 a { background-color: rgb(116,42,120); }

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

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

 span { border-color: rgb(116,42,120); }

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