#73396B

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

Shades of Seance #73396B

Tints of Seance #73396B

Color information

#73396B (or 0x73396B) is unknown color: approx Seance. HEX triplet: 73, 39 and 6B. RGB value is (115,57,107). Sum of RGB (Red+Green+Blue) = 115+57+107=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 115 - color contains mainly: red. Hex color #73396B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73396B is #8CC694. Grayscale: #4F4F4F. Windows color (decimal): -9225877 or 7027059. OLE color: 7027059.

HSL color Cylindrical-coordinate representation of color #73396B: hue angle of 308.28º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73396B is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11557107-
CMYK00.500.070.55
HSL308.28º33.72%33.73%-
HSV(B)308.28º50.43%45.1%-
XYZ11.197.6314.79-
YUV80.04143.22152.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.22%
GREEN value IS 57 (22.66% from 255) = 20.43%
BLUE value IS 107 (42.19% from 255) = 38.35%
R=41.22%
G=20.43%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155710700.500.070.55308.2833.7233.73
Hex73396B0327371342222
Octal163711530627674644242
Binary111001111100111010110110010111110111100110100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73396B; }

 p { color: rgb(115,57,107); }

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

<style>
 a { background-color: #73396B; }

 a { background-color: rgb(115,57,107); }

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

<style>
 span { border-color: #73396B; }

 span { border-color: rgb(115,57,107); }

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