#783FAE

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

Shades of Studio #783FAE

Tints of Studio #783FAE

Color information

#783FAE (or 0x783FAE) is unknown color: approx Studio. HEX triplet: 78, 3F and AE. RGB value is (120,63,174). Sum of RGB (Red+Green+Blue) = 120+63+174=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #783FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783FAE is #87C051. Grayscale: #5C5C5C. Windows color (decimal): -8896594 or 11419512. OLE color: 11419512.

HSL color Cylindrical-coordinate representation of color #783FAE: hue angle of 270.81º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #783FAE is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12063174-
CMYK0.310.6400.32
HSL270.81º46.84%46.47%-
HSV(B)270.81º63.79%68.24%-
XYZ17.1610.641.19-
YUV92.7173.88147.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.61%
GREEN value IS 63 (25% from 255) = 17.65%
BLUE value IS 174 (68.36% from 255) = 48.74%
R=33.61%
G=17.65%
B=48.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal120631740.310.6400.32270.8146.8446.47
Hex783FAE1F4002010f2f2e
Octal17077256371000404175756
Binary1111000111111101011101111110000000100000100001111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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