#77489F

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

Shades of Studio #77489F

Tints of Studio #77489F

Color information

#77489F (or 0x77489F) is unknown color: approx Studio. HEX triplet: 77, 48 and 9F. RGB value is (119,72,159). Sum of RGB (Red+Green+Blue) = 119+72+159=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #77489F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77489F is #88B760. Grayscale: #5F5F5F. Windows color (decimal): -8959841 or 10438775. OLE color: 10438775.

HSL color Cylindrical-coordinate representation of color #77489F: hue angle of 272.41º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77489F is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11972159-
CMYK0.250.5500.38
HSL272.41º37.66%45.29%-
HSV(B)272.41º54.72%62.35%-
XYZ16.1811.0634.08-
YUV95.97163.57144.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34%
GREEN value IS 72 (28.52% from 255) = 20.57%
BLUE value IS 159 (62.5% from 255) = 45.43%
R=34%
G=20.57%
B=45.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119721590.250.5500.38272.4137.6645.29
Hex77489F1937026110262d
Octal16711023731670464204655
Binary1110111100100010011111110011101110100110100010000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77489F; }

 p { color: rgb(119,72,159); }

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

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

 a { background-color: rgb(119,72,159); }

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

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

 span { border-color: rgb(119,72,159); }

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