#73326C

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

Shades of Seance #73326C

Tints of Seance #73326C

Color information

#73326C (or 0x73326C) is unknown color: approx Seance. HEX triplet: 73, 32 and 6C. RGB value is (115,50,108). Sum of RGB (Red+Green+Blue) = 115+50+108=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #73326C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73326C is #8CCD93. Grayscale: #4B4B4B. Windows color (decimal): -9227668 or 7090803. OLE color: 7090803.

HSL color Cylindrical-coordinate representation of color #73326C: hue angle of 306.46º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73326C is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11550108-
CMYK00.570.060.55
HSL306.46º39.39%32.35%-
HSV(B)306.46º56.52%45.1%-
XYZ10.927.0114.96-
YUV76.05146.03155.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.12%
GREEN value IS 50 (19.92% from 255) = 18.32%
BLUE value IS 108 (42.58% from 255) = 39.56%
R=42.12%
G=18.32%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155010800.570.060.55306.4639.3932.35
Hex73326C0396371322720
Octal163621540716674624740
Binary111001111001011011000111001110110111100110010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73326C; }

 p { color: rgb(115,50,108); }

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

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

 a { background-color: rgb(115,50,108); }

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

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

 span { border-color: rgb(115,50,108); }

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