#74237E

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

Shades of Seance #74237E

Tints of Seance #74237E

Color information

#74237E (or 0x74237E) is unknown color: approx Seance. HEX triplet: 74, 23 and 7E. RGB value is (116,35,126). Sum of RGB (Red+Green+Blue) = 116+35+126=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 126 - color contains mainly: blue. Hex color #74237E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74237E is #8BDC81. Grayscale: #454545. Windows color (decimal): -9165954 or 8266612. OLE color: 8266612.

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

Color convert

RGB11635126-
CMYK0.080.7200.51
HSL293.41º56.52%31.57%-
HSV(B)293.41º72.22%49.41%-
XYZ11.576.4220.37-
YUV69.59159.84161.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.88%
GREEN value IS 35 (14.06% from 255) = 12.64%
BLUE value IS 126 (49.61% from 255) = 45.49%
R=41.88%
G=12.64%
B=45.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116351260.080.7200.51293.4156.5231.57
Hex74237E8480331253920
Octal16443176101100634457140
Binary11101001000111111110100010010000110011100100101111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74237E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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