Html Css Color HEX #78479D Studio

📋 copy color: '#78479D'

red 120 ◦ green 71 ◦ blue 157

#78479D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #78479D

Tints of Studio #78479D

RGB

 RED value IS 120 (47.27% from 255) = 34.48%

 GREEN value IS 71 (28.13% from 255) = 20.4%

 BLUE value IS 157 (61.72% from 255) = 45.11%

R = 34.48%
G = 20.4%
B = 45.11%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78479D (or 0x78479D) is known color: 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

RGB 120 71 157 -
CMYK 0.24 0.55 0 0.38
HSL 274.19º 0.38% 0.45% -
HSV(B) 274.19º 0.55% 0.62% -
XYZ 16.08 10.93 33.16 -
YUV 95.46 162.73 145.51 -
System Red Green Blue C M Y K H S L
Decimal 120 71 157 0.24 0.55 0 0.38 274.19 0.38 0.45
Hex 78 47 9D 18 37 0 26 112 26 2D
Octal 170 107 235 30 67 0 46 422 46 55
Binary 1111000 1000111 10011101 11000 110111 0 100110 100010010 100110 101101

Color Harmonies of #78479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78479D

Black with #78479D

Text Example


Text Example

White with #78479D

Text Example


Text Example

HTML Codes & Css Web 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>