#73346C

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

Shades of Seance #73346C

Tints of Seance #73346C

Color information

#73346C (or 0x73346C) is unknown color: approx Seance. HEX triplet: 73, 34 and 6C. RGB value is (115,52,108). Sum of RGB (Red+Green+Blue) = 115+52+108=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #73346C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73346C is #8CCB93. Grayscale: #4D4D4D. Windows color (decimal): -9227156 or 7091315. OLE color: 7091315.

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

Color convert

RGB11552108-
CMYK00.550.060.55
HSL306.67º37.72%32.75%-
HSV(B)306.67º54.78%45.1%-
XYZ117.1814.99-
YUV77.22145.37154.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.82%
GREEN value IS 52 (20.70% from 255) = 18.91%
BLUE value IS 108 (42.58% from 255) = 39.27%
R=41.82%
G=18.91%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155210800.550.060.55306.6737.7232.75
Hex73346C0376371332621
Octal163641540676674634641
Binary111001111010011011000110111110110111100110011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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