#783FA5

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

Shades of Studio #783FA5

Tints of Studio #783FA5

Color information

#783FA5 (or 0x783FA5) is unknown color: approx Studio. HEX triplet: 78, 3F and A5. RGB value is (120,63,165). Sum of RGB (Red+Green+Blue) = 120+63+165=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 165 (64.84% from 255 or 47.41% from 348); Max value from RGB is 165 - color contains mainly: blue. Hex color #783FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783FA5 is #87C05A. Grayscale: #5B5B5B. Windows color (decimal): -8896603 or 10829688. OLE color: 10829688.

HSL color Cylindrical-coordinate representation of color #783FA5: hue angle of 273.53º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #783FA5 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12063165-
CMYK0.270.6200.35
HSL273.53º44.74%44.71%-
HSV(B)273.53º61.82%64.71%-
XYZ16.3110.2636.72-
YUV91.67169.38148.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.48%
GREEN value IS 63 (25% from 255) = 18.10%
BLUE value IS 165 (64.84% from 255) = 47.41%
R=34.48%
G=18.10%
B=47.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal120631650.270.6200.35273.5344.7444.71
Hex783FA51B3E0231122d2d
Octal1707724533760434225555
Binary111100011111110100101110111111100100011100010010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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