#742670

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

Shades of Seance #742670

Tints of Seance #742670

Color information

#742670 (or 0x742670) is unknown color: approx Seance. HEX triplet: 74, 26 and 70. RGB value is (116,38,112). Sum of RGB (Red+Green+Blue) = 116+38+112=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #742670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742670 is #8BD98F. Grayscale: #454545. Windows color (decimal): -9165200 or 7349876. OLE color: 7349876.

HSL color Cylindrical-coordinate representation of color #742670: hue angle of 303.08º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #742670 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11638112-
CMYK00.670.030.55
HSL303.08º50.65%30.2%-
HSV(B)303.08º67.24%45.49%-
XYZ10.826.2715.97-
YUV69.76151.84160.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 38 (15.23% from 255) = 14.29%
BLUE value IS 112 (44.14% from 255) = 42.11%
R=43.61%
G=14.29%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163811200.670.030.55303.0850.6530.2
Hex74267004333712f331e
Octal1644616001033674576336
Binary11101001001101110000010000111111011110010111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742670; }

 p { color: rgb(116,38,112); }

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

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

 a { background-color: rgb(116,38,112); }

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

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

 span { border-color: rgb(116,38,112); }

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