#73336F

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

Shades of Seance #73336F

Tints of Seance #73336F

Color information

#73336F (or 0x73336F) is unknown color: approx Seance. HEX triplet: 73, 33 and 6F. RGB value is (115,51,111). Sum of RGB (Red+Green+Blue) = 115+51+111=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #73336F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73336F is #8CCC90. Grayscale: #4C4C4C. Windows color (decimal): -9227409 or 7287667. OLE color: 7287667.

HSL color Cylindrical-coordinate representation of color #73336F: hue angle of 303.75º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73336F is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11551111-
CMYK00.560.030.55
HSL303.75º38.55%32.55%-
HSV(B)303.75º55.65%45.1%-
XYZ11.127.1615.83-
YUV76.98147.2155.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.52%
GREEN value IS 51 (20.31% from 255) = 18.41%
BLUE value IS 111 (43.75% from 255) = 40.07%
R=41.52%
G=18.41%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155111100.560.030.55303.7538.5532.55
Hex73336F0383371302721
Octal163631570703674604741
Binary11100111100111101111011100011110111100110000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73336F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73336F; }

 p { color: rgb(115,51,111); }

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

<style>
 a { background-color: #73336F; }

 a { background-color: rgb(115,51,111); }

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

<style>
 span { border-color: #73336F; }

 span { border-color: rgb(115,51,111); }

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