#783FB4

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

Shades of Studio #783FB4

Tints of Studio #783FB4

Color information

#783FB4 (or 0x783FB4) is unknown color: approx Studio. HEX triplet: 78, 3F and B4. RGB value is (120,63,180). Sum of RGB (Red+Green+Blue) = 120+63+180=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 180 (70.70% from 255 or 49.59% from 363); Max value from RGB is 180 - color contains mainly: blue. Hex color #783FB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #783FB4 is #87C04B. Grayscale: #5C5C5C. Windows color (decimal): -8896588 or 11812728. OLE color: 11812728.

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

Color convert

RGB12063180-
CMYK0.330.6500.29
HSL269.23º48.15%47.65%-
HSV(B)269.23º65%70.59%-
XYZ17.7610.8444.34-
YUV93.38176.88146.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.06%
GREEN value IS 63 (25% from 255) = 17.36%
BLUE value IS 180 (70.70% from 255) = 49.59%
R=33.06%
G=17.36%
B=49.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120631800.330.6500.29269.2348.1547.65
Hex783FB4214101D10d3030
Octal17077264411010354156060
Binary1111000111111101101001000011000001011101100001101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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