#742578

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

Shades of Seance #742578

Tints of Seance #742578

Color information

#742578 (or 0x742578) is unknown color: approx Seance. HEX triplet: 74, 25 and 78. RGB value is (116,37,120). Sum of RGB (Red+Green+Blue) = 116+37+120=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #742578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742578 is #8BDA87. Grayscale: #454545. Windows color (decimal): -9165448 or 7873908. OLE color: 7873908.

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

Color convert

RGB11637120-
CMYK0.030.6900.53
HSL297.11º52.87%30.78%-
HSV(B)297.11º69.17%47.06%-
XYZ11.256.3918.41-
YUV70.08156.17160.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.49%
GREEN value IS 37 (14.84% from 255) = 13.55%
BLUE value IS 120 (47.27% from 255) = 43.96%
R=42.49%
G=13.55%
B=43.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116371200.030.6900.53297.1152.8730.78
Hex742578345035129351f
Octal1644517031050654516537
Binary11101001001011111000111000101011010110010100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742578; }

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

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

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

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

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

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

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

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