Html Css Color HEX #78559C Studio

📋 copy color: '#78559C'

red 120 ◦ green 85 ◦ blue 156

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

Shades of Studio #78559C

Tints of Studio #78559C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.55%

 BLUE value IS 156 (61.33% from 255) = 43.21%

R = 33.24%
G = 23.55%
B = 43.21%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78559C (or 0x78559C) is known color: Studio. HEX triplet: 78, 55 and 9C. RGB value is (120,85,156). Sum of RGB (Red+Green+Blue) = 120+85+156=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #78559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78559C is #87AA63. Grayscale: #676767. Windows color (decimal): -8890980 or 10245496. OLE color: 10245496.

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

Color convert

RGB 120 85 156 -
CMYK 0.23 0.46 0 0.39
HSL 269.58º 0.29% 0.47% -
HSV(B) 269.58º 0.46% 0.61% -
XYZ 16.99 12.89 33.04 -
YUV 103.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 120 85 156 0.23 0.46 0 0.39 269.58 0.29 0.47
Hex 78 55 9C 17 2E 0 27 10E 1D 2F
Octal 170 125 234 27 56 0 47 416 35 57
Binary 1111000 1010101 10011100 10111 101110 0 100111 100001110 11101 101111

Color Harmonies of #78559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78559C

Black with #78559C

Text Example


Text Example

White with #78559C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78559C;
 }
 .AnyTagClassName
 {
   color: #78559C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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