#78326F

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

Shades of Seance #78326F

Tints of Seance #78326F

Color information

#78326F (or 0x78326F) is unknown color: approx Seance. HEX triplet: 78, 32 and 6F. RGB value is (120,50,111). Sum of RGB (Red+Green+Blue) = 120+50+111=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #78326F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78326F is #87CD90. Grayscale: #4D4D4D. Windows color (decimal): -8899985 or 7287416. OLE color: 7287416.

HSL color Cylindrical-coordinate representation of color #78326F: hue angle of 307.71º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78326F is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12050111-
CMYK00.580.080.53
HSL307.71º41.18%33.33%-
HSV(B)307.71º58.33%47.06%-
XYZ11.767.4215.85-
YUV77.88146.69158.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.70%
GREEN value IS 50 (19.92% from 255) = 17.79%
BLUE value IS 111 (43.75% from 255) = 39.50%
R=42.70%
G=17.79%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205011100.580.080.53307.7141.1833.33
Hex78326F03A8351342921
Octal1706215707210654645141
Binary1111000110010110111101110101000110101100110100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78326F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,50,111); }

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

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

 a { background-color: rgb(120,50,111); }

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

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

 span { border-color: rgb(120,50,111); }

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