#77459f

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

Shades of Studio #77459F

Tints of Studio #77459F

Color information

#77459F (or 0x77459F) is unknown color: approx Studio. HEX triplet: 77, 45 and 9F. RGB value is (119,69,159). Sum of RGB (Red+Green+Blue) = 119+69+159=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #77459F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77459F is #88BA60. Grayscale: #5D5D5D. Windows color (decimal): -8960609 or 10438007. OLE color: 10438007.

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

Color convert

RGB11969159-
CMYK0.250.5700.38
HSL273.33º39.47%44.71%-
HSV(B)273.33º56.6%62.35%-
XYZ15.9910.6834.02-
YUV94.21164.56145.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.29%
GREEN value IS 69 (27.34% from 255) = 19.88%
BLUE value IS 159 (62.5% from 255) = 45.82%
R=34.29%
G=19.88%
B=45.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119691590.250.5700.38273.3339.4744.71
Hex77459F1939026111272d
Octal16710523731710464214755
Binary1110111100010110011111110011110010100110100010001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77459f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77459f; }

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

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

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

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

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

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

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

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