#742271

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

Shades of Seance #742271

Tints of Seance #742271

Color information

#742271 (or 0x742271) is unknown color: approx Seance. HEX triplet: 74, 22 and 71. RGB value is (116,34,113). Sum of RGB (Red+Green+Blue) = 116+34+113=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #742271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742271 is #8BDD8E. Grayscale: #434343. Windows color (decimal): -9166223 or 7414388. OLE color: 7414388.

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

Color convert

RGB11634113-
CMYK00.710.030.55
HSL302.2º54.67%29.41%-
HSV(B)302.2º70.69%45.49%-
XYZ10.766.0516.22-
YUV67.52153.67162.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.11%
GREEN value IS 34 (13.67% from 255) = 12.93%
BLUE value IS 113 (44.53% from 255) = 42.97%
R=44.11%
G=12.93%
B=42.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163411300.710.030.55302.254.6729.41
Hex74227104733712e371d
Octal1644216101073674566735
Binary11101001000101110001010001111111011110010111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742271; }

 p { color: rgb(116,34,113); }

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

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

 a { background-color: rgb(116,34,113); }

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

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

 span { border-color: rgb(116,34,113); }

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