Html Css Color HEX #78559B Studio

📋 copy color: '#78559B'

red 120 ◦ green 85 ◦ blue 155

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

Shades of Studio #78559B

Tints of Studio #78559B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.06%

R = 33.33%
G = 23.61%
B = 43.06%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78559B (or 0x78559B) is known color: Studio. HEX triplet: 78, 55 and 9B. RGB value is (120,85,155). Sum of RGB (Red+Green+Blue) = 120+85+155=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #78559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78559B is #87AA64. Grayscale: #676767. Windows color (decimal): -8890981 or 10179960. OLE color: 10179960.

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

Color convert

RGB 120 85 155 -
CMYK 0.23 0.45 0 0.39
HSL 270º 0.29% 0.47% -
HSV(B) 270º 0.45% 0.61% -
XYZ 16.91 12.86 32.6 -
YUV 103.45 157.1 139.81 -
System Red Green Blue C M Y K H S L
Decimal 120 85 155 0.23 0.45 0 0.39 270 0.29 0.47
Hex 78 55 9B 17 2D 0 27 10E 1D 2F
Octal 170 125 233 27 55 0 47 416 35 57
Binary 1111000 1010101 10011011 10111 101101 0 100111 100001110 11101 101111

Color Harmonies of #78559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78559B

Black with #78559B

Text Example


Text Example

White with #78559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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