Html Css Color HEX #775099 Studio

📋 copy color: '#775099'

red 119 ◦ green 80 ◦ blue 153

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

Shades of Studio #775099

Tints of Studio #775099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.73%

 BLUE value IS 153 (60.16% from 255) = 43.47%

R = 33.81%
G = 22.73%
B = 43.47%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#775099 (or 0x775099) is known color: Studio. HEX triplet: 77, 50 and 99. RGB value is (119,80,153). Sum of RGB (Red+Green+Blue) = 119+80+153=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #775099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775099 is #88AF66. Grayscale: #636363. Windows color (decimal): -8957799 or 10047607. OLE color: 10047607.

HSL color Cylindrical-coordinate representation of color #775099: hue angle of 272.05º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #775099 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 80 153 -
CMYK 0.22 0.48 0 0.4
HSL 272.05º 0.31% 0.46% -
HSV(B) 272.05º 0.48% 0.6% -
XYZ 16.23 11.96 31.59 -
YUV 99.98 157.92 141.56 -
System Red Green Blue C M Y K H S L
Decimal 119 80 153 0.22 0.48 0 0.4 272.05 0.31 0.46
Hex 77 50 99 16 30 0 28 110 1F 2E
Octal 167 120 231 26 60 0 50 420 37 56
Binary 1110111 1010000 10011001 10110 110000 0 101000 100010000 11111 101110

Color Harmonies of #775099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775099

Black with #775099

Text Example


Text Example

White with #775099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775099; }

 p { color: rgb(119,80,153); }

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

background-color css

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

 a { background-color: rgb(119,80,153); }

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

border-color css

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

 span { border-color: rgb(119,80,153); }

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