#77479F

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

Shades of Studio #77479F

Tints of Studio #77479F

Color information

#77479F (or 0x77479F) is unknown color: approx Studio. HEX triplet: 77, 47 and 9F. RGB value is (119,71,159). Sum of RGB (Red+Green+Blue) = 119+71+159=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #77479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77479F is #88B860. Grayscale: #5F5F5F. Windows color (decimal): -8960097 or 10438519. OLE color: 10438519.

HSL color Cylindrical-coordinate representation of color #77479F: hue angle of 272.73º 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 #77479F is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11971159-
CMYK0.250.5500.38
HSL272.73º38.26%45.1%-
HSV(B)272.73º55.35%62.35%-
XYZ16.1210.9334.06-
YUV95.38163.9144.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.10%
GREEN value IS 71 (28.12% from 255) = 20.34%
BLUE value IS 159 (62.5% from 255) = 45.56%
R=34.10%
G=20.34%
B=45.56%

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
Decimal119711590.250.5500.38272.7338.2645.1
Hex77479F1937026111262d
Octal16710723731670464214655
Binary1110111100011110011111110011101110100110100010001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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