#783EAF

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

Shades of Studio #783EAF

Tints of Studio #783EAF

Color information

#783EAF (or 0x783EAF) is unknown color: approx Studio. HEX triplet: 78, 3E and AF. RGB value is (120,62,175). Sum of RGB (Red+Green+Blue) = 120+62+175=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #783EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783EAF is #87C150. Grayscale: #5B5B5B. Windows color (decimal): -8896849 or 11484792. OLE color: 11484792.

HSL color Cylindrical-coordinate representation of color #783EAF: hue angle of 270.8º 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 #783EAF is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12062175-
CMYK0.310.6500.31
HSL270.8º47.68%46.47%-
HSV(B)270.8º64.57%68.63%-
XYZ17.2110.5341.68-
YUV92.22174.72147.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.61%
GREEN value IS 62 (24.61% from 255) = 17.37%
BLUE value IS 175 (68.75% from 255) = 49.02%
R=33.61%
G=17.37%
B=49.02%

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
Decimal120621750.310.6500.31270.847.6846.47
Hex783EAF1F4101F10f302e
Octal17076257371010374176056
Binary111100011111010101111111111000001011111100001111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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