#73306E

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

Shades of Seance #73306E

Tints of Seance #73306E

Color information

#73306E (or 0x73306E) is unknown color: approx Seance. HEX triplet: 73, 30 and 6E. RGB value is (115,48,110). Sum of RGB (Red+Green+Blue) = 115+48+110=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #73306E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73306E is #8CCF91. Grayscale: #4A4A4A. Windows color (decimal): -9228178 or 7221363. OLE color: 7221363.

HSL color Cylindrical-coordinate representation of color #73306E: hue angle of 304.48º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73306E is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11548110-
CMYK00.580.040.55
HSL304.48º41.1%31.96%-
HSV(B)304.48º58.26%45.1%-
XYZ10.946.8815.5-
YUV75.1147.7156.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.12%
GREEN value IS 48 (19.14% from 255) = 17.58%
BLUE value IS 110 (43.36% from 255) = 40.29%
R=42.12%
G=17.58%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154811000.580.040.55304.4841.131.96
Hex73306E03A4371302920
Octal163601560724674605140
Binary111001111000011011100111010100110111100110000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,48,110); }

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

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

 a { background-color: rgb(115,48,110); }

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

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

 span { border-color: rgb(115,48,110); }

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