#742778

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

Shades of Seance #742778

Tints of Seance #742778

Color information

#742778 (or 0x742778) is unknown color: approx Seance. HEX triplet: 74, 27 and 78. RGB value is (116,39,120). Sum of RGB (Red+Green+Blue) = 116+39+120=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #742778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742778 is #8BD887. Grayscale: #474747. Windows color (decimal): -9164936 or 7874420. OLE color: 7874420.

HSL color Cylindrical-coordinate representation of color #742778: hue angle of 297.04º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #742778 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11639120-
CMYK0.030.6700.53
HSL297.04º50.94%31.18%-
HSV(B)297.04º67.5%47.06%-
XYZ11.326.5218.43-
YUV71.26155.51159.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.18%
GREEN value IS 39 (15.62% from 255) = 14.18%
BLUE value IS 120 (47.27% from 255) = 43.64%
R=42.18%
G=14.18%
B=43.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116391200.030.6700.53297.0450.9431.18
Hex742778343035129331f
Octal1644717031030654516337
Binary11101001001111111000111000011011010110010100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742778; }

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

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

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

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

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

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

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

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