#775599

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

Shades of Studio #775599

Tints of Studio #775599

Color information

#775599 (or 0x775599) is unknown color: approx Studio. HEX triplet: 77, 55 and 99. RGB value is (119,85,153). Sum of RGB (Red+Green+Blue) = 119+85+153=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #775599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775599 is #88AA66. Grayscale: #666666. Windows color (decimal): -8956519 or 10048887. OLE color: 10048887.

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

Color convert

RGB11985153-
CMYK0.220.4400.4
HSL270º28.57%46.67%-
HSV(B)270º44.44%60%-
XYZ16.6112.7231.72-
YUV102.92156.26139.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.33%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 153 (60.16% from 255) = 42.86%
R=33.33%
G=23.81%
B=42.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal119851530.220.4400.427028.5746.67
Hex775599162C02810e1d2f
Octal16712523126540504163557
Binary111011110101011001100110110101100010100010000111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775599; }

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

 H1.HeaderClassName
 {
   color: #775599;
 }
 .AnyTagClassName
 {
   color: #775599;
 }
</style>
background-color css

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

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

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

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

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

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