#783071

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

Shades of Seance #783071

Tints of Seance #783071

Color information

#783071 (or 0x783071) is unknown color: approx Seance. HEX triplet: 78, 30 and 71. RGB value is (120,48,113). Sum of RGB (Red+Green+Blue) = 120+48+113=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #783071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783071 is #87CF8E. Grayscale: #4C4C4C. Windows color (decimal): -8900495 or 7417976. OLE color: 7417976.

HSL color Cylindrical-coordinate representation of color #783071: hue angle of 305.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #783071 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB12048113-
CMYK00.600.060.53
HSL305.83º42.86%32.94%-
HSV(B)305.83º60%47.06%-
XYZ11.787.316.41-
YUV76.94148.35158.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.70%
GREEN value IS 48 (19.14% from 255) = 17.08%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=42.70%
G=17.08%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1204811300.600.060.53305.8342.8632.94
Hex78307103C6351322b21
Octal170601610746654625341
Binary111100011000011100010111100110110101100110010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783071; }

 p { color: rgb(120,48,113); }

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

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

 a { background-color: rgb(120,48,113); }

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

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

 span { border-color: rgb(120,48,113); }

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