#783DAF

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

Shades of Studio #783DAF

Tints of Studio #783DAF

Color information

#783DAF (or 0x783DAF) is unknown color: approx Studio. HEX triplet: 78, 3D and AF. RGB value is (120,61,175). Sum of RGB (Red+Green+Blue) = 120+61+175=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #783DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783DAF is #87C250. Grayscale: #5B5B5B. Windows color (decimal): -8897105 or 11484536. OLE color: 11484536.

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

Color convert

RGB12061175-
CMYK0.310.6500.31
HSL271.05º48.31%46.27%-
HSV(B)271.05º65.14%68.63%-
XYZ17.1510.4341.67-
YUV91.64175.05148.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.71%
GREEN value IS 61 (24.22% from 255) = 17.13%
BLUE value IS 175 (68.75% from 255) = 49.16%
R=33.71%
G=17.13%
B=49.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120611750.310.6500.31271.0548.3146.27
Hex783DAF1F4101F10f302e
Octal17075257371010374176056
Binary111100011110110101111111111000001011111100001111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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