#784496

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

Shades of Studio #784496

Tints of Studio #784496

Color information

#784496 (or 0x784496) is unknown color: approx Studio. HEX triplet: 78, 44 and 96. RGB value is (120,68,150). Sum of RGB (Red+Green+Blue) = 120+68+150=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #784496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784496 is #87BB69. Grayscale: #5C5C5C. Windows color (decimal): -8895338 or 9847928. OLE color: 9847928.

HSL color Cylindrical-coordinate representation of color #784496: hue angle of 278.05º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #784496 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12068150-
CMYK0.200.5500.41
HSL278.05º37.61%42.75%-
HSV(B)278.05º54.67%58.82%-
XYZ15.3210.3330.04-
YUV92.9160.23147.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.50%
GREEN value IS 68 (26.95% from 255) = 20.12%
BLUE value IS 150 (58.98% from 255) = 44.38%
R=35.50%
G=20.12%
B=44.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal120681500.200.5500.41278.0537.6142.75
Hex7844961437029116262b
Octal17010422624670514264653
Binary1111000100010010010110101001101110101001100010110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784496; }

 p { color: rgb(120,68,150); }

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

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

 a { background-color: rgb(120,68,150); }

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

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

 span { border-color: rgb(120,68,150); }

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