#78479D

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

Shades of Studio #78479D

Tints of Studio #78479D

Color information

#78479D (or 0x78479D) is unknown color: approx Studio. HEX triplet: 78, 47 and 9D. RGB value is (120,71,157). Sum of RGB (Red+Green+Blue) = 120+71+157=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #78479D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78479D is #87B862. Grayscale: #5F5F5F. Windows color (decimal): -8894563 or 10307448. OLE color: 10307448.

HSL color Cylindrical-coordinate representation of color #78479D: hue angle of 274.19º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78479D is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12071157-
CMYK0.240.5500.38
HSL274.19º37.72%44.71%-
HSV(B)274.19º54.78%61.57%-
XYZ16.0810.9333.16-
YUV95.45162.73145.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.48%
GREEN value IS 71 (28.12% from 255) = 20.40%
BLUE value IS 157 (61.72% from 255) = 45.11%
R=34.48%
G=20.40%
B=45.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal120711570.240.5500.38274.1937.7244.71
Hex78479D1837026112262d
Octal17010723530670464224655
Binary1111000100011110011101110001101110100110100010010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78479D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78479D; }

 p { color: rgb(120,71,157); }

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

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

 a { background-color: rgb(120,71,157); }

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

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

 span { border-color: rgb(120,71,157); }

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