#783DB5

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

Shades of Studio #783DB5

Tints of Studio #783DB5

Color information

#783DB5 (or 0x783DB5) is unknown color: approx Studio. HEX triplet: 78, 3D and B5. RGB value is (120,61,181). Sum of RGB (Red+Green+Blue) = 120+61+181=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #783DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #783DB5 is #87C24A. Grayscale: #5B5B5B. Windows color (decimal): -8897099 or 11877752. OLE color: 11877752.

HSL color Cylindrical-coordinate representation of color #783DB5: hue angle of 269.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #783DB5 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12061181-
CMYK0.340.6600.29
HSL269.5º49.59%47.45%-
HSV(B)269.5º66.3%70.98%-
XYZ17.7510.6744.84-
YUV92.32178.05147.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.15%
GREEN value IS 61 (24.22% from 255) = 16.85%
BLUE value IS 181 (71.09% from 255) = 50%
R=33.15%
G=16.85%
B=50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120611810.340.6600.29269.549.5947.45
Hex783DB5224201D10e322f
Octal17075265421020354166257
Binary1111000111101101101011000101000010011101100001110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,61,181); }

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

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

 a { background-color: rgb(120,61,181); }

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

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

 span { border-color: rgb(120,61,181); }

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