#783EA1

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

Shades of Studio #783EA1

Tints of Studio #783EA1

Color information

#783EA1 (or 0x783EA1) is unknown color: approx Studio. HEX triplet: 78, 3E and A1. RGB value is (120,62,161). Sum of RGB (Red+Green+Blue) = 120+62+161=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 161 (63.28% from 255 or 46.94% from 343); Max value from RGB is 161 - color contains mainly: blue. Hex color #783EA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783EA1 is #87C15E. Grayscale: #5A5A5A. Windows color (decimal): -8896863 or 10567288. OLE color: 10567288.

HSL color Cylindrical-coordinate representation of color #783EA1: hue angle of 275.15º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #783EA1 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12062161-
CMYK0.250.6100.37
HSL275.15º44.39%43.73%-
HSV(B)275.15º61.49%63.14%-
XYZ15.910.0134.81-
YUV90.63167.72148.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.99%
GREEN value IS 62 (24.61% from 255) = 18.08%
BLUE value IS 161 (63.28% from 255) = 46.94%
R=34.99%
G=18.08%
B=46.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal120621610.250.6100.37275.1544.3943.73
Hex783EA1193D0251132c2c
Octal1707624131750454235454
Binary111100011111010100001110011111010100101100010011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,62,161); }

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

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

 a { background-color: rgb(120,62,161); }

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

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

 span { border-color: rgb(120,62,161); }

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