#73237E

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

Shades of Seance #73237E

Tints of Seance #73237E

Color information

#73237E (or 0x73237E) is unknown color: approx Seance. HEX triplet: 73, 23 and 7E. RGB value is (115,35,126). Sum of RGB (Red+Green+Blue) = 115+35+126=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 35 (14.06% from 255 or 12.68% 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 #73237E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73237E is #8CDC81. Grayscale: #454545. Windows color (decimal): -9231490 or 8266611. OLE color: 8266611.

HSL color Cylindrical-coordinate representation of color #73237E: hue angle of 292.75º 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 #73237E is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11535126-
CMYK0.090.7200.51
HSL292.75º56.52%31.57%-
HSV(B)292.75º72.22%49.41%-
XYZ11.446.3520.36-
YUV69.29160160.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.67%
GREEN value IS 35 (14.06% from 255) = 12.68%
BLUE value IS 126 (49.61% from 255) = 45.65%
R=41.67%
G=12.68%
B=45.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal115351260.090.7200.51292.7556.5231.57
Hex73237E9480331253920
Octal16343176111100634457140
Binary11100111000111111110100110010000110011100100101111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73237E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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