#775099

Color #775099 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #775099

Tints of Studio #775099

Color information

#775099 (or 0x775099) is unknown color: approx 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

RGB11980153-
CMYK0.220.4800.4
HSL272.05º31.33%45.69%-
HSV(B)272.05º47.71%60%-
XYZ16.2311.9631.59-
YUV99.98157.92141.56-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal119801530.220.4800.4272.0531.3345.69
Hex77509916300281101f2e
Octal16712023126600504203756
Binary111011110100001001100110110110000010100010001000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>