#783FAD

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

Shades of Studio #783FAD

Tints of Studio #783FAD

Color information

#783FAD (or 0x783FAD) is unknown color: approx Studio. HEX triplet: 78, 3F and AD. RGB value is (120,63,173). Sum of RGB (Red+Green+Blue) = 120+63+173=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #783FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783FAD is #87C052. Grayscale: #5C5C5C. Windows color (decimal): -8896595 or 11353976. OLE color: 11353976.

HSL color Cylindrical-coordinate representation of color #783FAD: hue angle of 271.09º 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 #783FAD is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12063173-
CMYK0.310.6400.32
HSL271.09º46.61%46.27%-
HSV(B)271.09º63.58%67.84%-
XYZ17.0710.5740.67-
YUV92.58173.38147.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.71%
GREEN value IS 63 (25% from 255) = 17.70%
BLUE value IS 173 (67.97% from 255) = 48.60%
R=33.71%
G=17.70%
B=48.60%

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
Decimal120631730.310.6400.32271.0946.6146.27
Hex783FAD1F4002010f2f2e
Octal17077255371000404175756
Binary1111000111111101011011111110000000100000100001111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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