Html Css Color HEX #77579F Studio

📋 copy color: '#77579F'

red 119 ◦ green 87 ◦ blue 159

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

Shades of Studio #77579F

Tints of Studio #77579F

RGB

 RED value IS 119 (46.88% from 255) = 32.6%

 GREEN value IS 87 (34.38% from 255) = 23.84%

 BLUE value IS 159 (62.5% from 255) = 43.56%

R = 32.6%
G = 23.84%
B = 43.56%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77579F (or 0x77579F) is known color: Studio. HEX triplet: 77, 57 and 9F. RGB value is (119,87,159). Sum of RGB (Red+Green+Blue) = 119+87+159=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #77579F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77579F is #88A860. Grayscale: #686868. Windows color (decimal): -8956001 or 10442615. OLE color: 10442615.

HSL color Cylindrical-coordinate representation of color #77579F: hue angle of 266.67º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77579F is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 87 159 -
CMYK 0.25 0.45 0 0.38
HSL 266.67º 0.29% 0.48% -
HSV(B) 266.67º 0.45% 0.62% -
XYZ 17.27 13.24 34.45 -
YUV 104.78 158.6 138.15 -
System Red Green Blue C M Y K H S L
Decimal 119 87 159 0.25 0.45 0 0.38 266.67 0.29 0.48
Hex 77 57 9F 19 2D 0 26 10B 1D 30
Octal 167 127 237 31 55 0 46 413 35 60
Binary 1110111 1010111 10011111 11001 101101 0 100110 100001011 11101 110000

Color Harmonies of #77579F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77579F

Black with #77579F

Text Example


Text Example

White with #77579F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77579F; }

 p { color: rgb(119,87,159); }

 H1.HeaderClassName
 {
   color: #77579F;
 }
 .AnyTagClassName
 {
   color: #77579F;
 }
</style>

background-color css

<style>
 a { background-color: #77579F; }

 a { background-color: rgb(119,87,159); }

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

border-color css

<style>
 span { border-color: #77579F; }

 span { border-color: rgb(119,87,159); }

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