#773EAD

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

Shades of Studio #773EAD

Tints of Studio #773EAD

Color information

#773EAD (or 0x773EAD) is unknown color: approx Studio. HEX triplet: 77, 3E and AD. RGB value is (119,62,173). Sum of RGB (Red+Green+Blue) = 119+62+173=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #773EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773EAD is #88C152. Grayscale: #5B5B5B. Windows color (decimal): -8962387 or 11353719. OLE color: 11353719.

HSL color Cylindrical-coordinate representation of color #773EAD: hue angle of 270.81º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #773EAD is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11962173-
CMYK0.310.6400.32
HSL270.81º47.23%46.08%-
HSV(B)270.81º64.16%67.84%-
XYZ16.8710.3840.65-
YUV91.7173.88147.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.62%
GREEN value IS 62 (24.61% from 255) = 17.51%
BLUE value IS 173 (67.97% from 255) = 48.87%
R=33.62%
G=17.51%
B=48.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal119621730.310.6400.32270.8147.2346.08
Hex773EAD1F4002010f2f2e
Octal16776255371000404175756
Binary1110111111110101011011111110000000100000100001111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773EAD; }

 p { color: rgb(119,62,173); }

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

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

 a { background-color: rgb(119,62,173); }

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

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

 span { border-color: rgb(119,62,173); }

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