#775498

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

Shades of Studio #775498

Tints of Studio #775498

Color information

#775498 (or 0x775498) is unknown color: approx Studio. HEX triplet: 77, 54 and 98. RGB value is (119,84,152). Sum of RGB (Red+Green+Blue) = 119+84+152=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #775498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775498 is #88AB67. Grayscale: #656565. Windows color (decimal): -8956776 or 9983095. OLE color: 9983095.

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

Color convert

RGB11984152-
CMYK0.220.4500.40
HSL270.88º28.81%46.27%-
HSV(B)270.88º44.74%59.61%-
XYZ16.4512.5331.26-
YUV102.22156.1139.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.52%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 152 (59.77% from 255) = 42.82%
R=33.52%
G=23.66%
B=42.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal119841520.220.4500.40270.8828.8146.27
Hex775498162D02810f1d2e
Octal16712423026550504173556
Binary111011110101001001100010110101101010100010000111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775498; }

 p { color: rgb(119,84,152); }

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

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

 a { background-color: rgb(119,84,152); }

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

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

 span { border-color: rgb(119,84,152); }

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