#783FAA

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

Shades of Studio #783FAA

Tints of Studio #783FAA

Color information

#783FAA (or 0x783FAA) is unknown color: approx Studio. HEX triplet: 78, 3F and AA. RGB value is (120,63,170). Sum of RGB (Red+Green+Blue) = 120+63+170=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #783FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783FAA is #87C055. Grayscale: #5B5B5B. Windows color (decimal): -8896598 or 11157368. OLE color: 11157368.

HSL color Cylindrical-coordinate representation of color #783FAA: hue angle of 271.96º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #783FAA is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12063170-
CMYK0.290.6300.33
HSL271.96º45.92%45.69%-
HSV(B)271.96º62.94%66.67%-
XYZ16.7810.4539.16-
YUV92.24171.88147.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.99%
GREEN value IS 63 (25% from 255) = 17.85%
BLUE value IS 170 (66.80% from 255) = 48.16%
R=33.99%
G=17.85%
B=48.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120631700.290.6300.33271.9645.9245.69
Hex783FAA1D3F0211102e2e
Octal1707725235770414205656
Binary111100011111110101010111011111110100001100010000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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