#742878

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

Shades of Seance #742878

Tints of Seance #742878

Color information

#742878 (or 0x742878) is unknown color: approx Seance. HEX triplet: 74, 28 and 78. RGB value is (116,40,120). Sum of RGB (Red+Green+Blue) = 116+40+120=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #742878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742878 is #8BD787. Grayscale: #474747. Windows color (decimal): -9164680 or 7874676. OLE color: 7874676.

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

Color convert

RGB11640120-
CMYK0.030.6700.53
HSL297º50%31.37%-
HSV(B)297º66.67%47.06%-
XYZ11.356.5918.44-
YUV71.84155.18159.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.03%
GREEN value IS 40 (16.02% from 255) = 14.49%
BLUE value IS 120 (47.27% from 255) = 43.48%
R=42.03%
G=14.49%
B=43.48%

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
Decimal116401200.030.6700.532975031.37
Hex742878343035129321f
Octal1645017031030654516237
Binary11101001010001111000111000011011010110010100111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742878; }

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

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

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

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

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

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

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

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