Html Css Color HEX #77519E Studio

📋 copy color: '#77519E'

red 119 ◦ green 81 ◦ blue 158

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

Shades of Studio #77519E

Tints of Studio #77519E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.63%

 BLUE value IS 158 (62.11% from 255) = 44.13%

R = 33.24%
G = 22.63%
B = 44.13%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77519E (or 0x77519E) is known color: Studio. HEX triplet: 77, 51 and 9E. RGB value is (119,81,158). Sum of RGB (Red+Green+Blue) = 119+81+158=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #77519E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77519E is #88AE61. Grayscale: #646464. Windows color (decimal): -8957538 or 10375543. OLE color: 10375543.

HSL color Cylindrical-coordinate representation of color #77519E: hue angle of 269.61º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77519E is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 81 158 -
CMYK 0.25 0.49 0 0.38
HSL 269.61º 0.32% 0.47% -
HSV(B) 269.61º 0.49% 0.62% -
XYZ 16.72 12.28 33.84 -
YUV 101.14 160.09 140.74 -
System Red Green Blue C M Y K H S L
Decimal 119 81 158 0.25 0.49 0 0.38 269.61 0.32 0.47
Hex 77 51 9E 19 31 0 26 10E 20 2F
Octal 167 121 236 31 61 0 46 416 40 57
Binary 1110111 1010001 10011110 11001 110001 0 100110 100001110 100000 101111

Color Harmonies of #77519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77519E

Black with #77519E

Text Example


Text Example

White with #77519E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77519E; }

 p { color: rgb(119,81,158); }

 H1.HeaderClassName
 {
   color: #77519E;
 }
 .AnyTagClassName
 {
   color: #77519E;
 }
</style>

background-color css

<style>
 a { background-color: #77519E; }

 a { background-color: rgb(119,81,158); }

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

border-color css

<style>
 span { border-color: #77519E; }

 span { border-color: rgb(119,81,158); }

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