#74227E

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

Shades of Seance #74227E

Tints of Seance #74227E

Color information

#74227E (or 0x74227E) is unknown color: approx Seance. HEX triplet: 74, 22 and 7E. RGB value is (116,34,126). Sum of RGB (Red+Green+Blue) = 116+34+126=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 126 - color contains mainly: blue. Hex color #74227E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74227E is #8BDD81. Grayscale: #444444. Windows color (decimal): -9166210 or 8266356. OLE color: 8266356.

HSL color Cylindrical-coordinate representation of color #74227E: hue angle of 293.48º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74227E is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11634126-
CMYK0.080.7300.51
HSL293.48º57.5%31.37%-
HSV(B)293.48º73.02%49.41%-
XYZ11.546.3620.36-
YUV69.01160.17161.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.03%
GREEN value IS 34 (13.67% from 255) = 12.32%
BLUE value IS 126 (49.61% from 255) = 45.65%
R=42.03%
G=12.32%
B=45.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116341260.080.7300.51293.4857.531.37
Hex74227E8490331253a1f
Octal16442176101110634457237
Binary1110100100010111111010001001001011001110010010111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74227E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74227E; }

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

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

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

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

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

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

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

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