#78579C

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

Shades of Studio #78579C

Tints of Studio #78579C

Color information

#78579C (or 0x78579C) is unknown color: approx Studio. HEX triplet: 78, 57 and 9C. RGB value is (120,87,156). Sum of RGB (Red+Green+Blue) = 120+87+156=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #78579C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78579C is #87A863. Grayscale: #686868. Windows color (decimal): -8890468 or 10246008. OLE color: 10246008.

HSL color Cylindrical-coordinate representation of color #78579C: hue angle of 268.7º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78579C is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12087156-
CMYK0.230.4400.39
HSL268.7º28.4%47.65%-
HSV(B)268.7º44.23%61.18%-
XYZ17.1513.2133.1-
YUV104.73156.93138.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.06%
GREEN value IS 87 (34.38% from 255) = 23.97%
BLUE value IS 156 (61.33% from 255) = 42.98%
R=33.06%
G=23.97%
B=42.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal120871560.230.4400.39268.728.447.65
Hex78579C172C02710d1c30
Octal17012723427540474153460
Binary111100010101111001110010111101100010011110000110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78579C; }

 p { color: rgb(120,87,156); }

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

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

 a { background-color: rgb(120,87,156); }

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

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

 span { border-color: rgb(120,87,156); }

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