#783f9e

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

Shades of Studio #783F9E

Tints of Studio #783F9E

Color information

#783F9E (or 0x783F9E) is unknown color: approx Studio. HEX triplet: 78, 3F and 9E. RGB value is (120,63,158). Sum of RGB (Red+Green+Blue) = 120+63+158=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #783F9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783F9E is #87C061. Grayscale: #5A5A5A. Windows color (decimal): -8896610 or 10370936. OLE color: 10370936.

HSL color Cylindrical-coordinate representation of color #783F9E: hue angle of 276º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #783F9E is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12063158-
CMYK0.240.6000.38
HSL276º42.99%43.33%-
HSV(B)276º60.13%61.96%-
XYZ15.6910.0233.45-
YUV90.87165.88148.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.19%
GREEN value IS 63 (25% from 255) = 18.48%
BLUE value IS 158 (62.11% from 255) = 46.33%
R=35.19%
G=18.48%
B=46.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal120631580.240.6000.3827642.9943.33
Hex783F9E183C0261142b2b
Octal1707723630740464245353
Binary111100011111110011110110001111000100110100010100101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783f9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783f9e; }

 p { color: rgb(120,63,158); }

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

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

 a { background-color: rgb(120,63,158); }

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

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

 span { border-color: rgb(120,63,158); }

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