#76579B

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

Shades of Studio #76579B

Tints of Studio #76579B

Color information

#76579B (or 0x76579B) is unknown color: approx Studio. HEX triplet: 76, 57 and 9B. RGB value is (118,87,155). Sum of RGB (Red+Green+Blue) = 118+87+155=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #76579B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76579B is #89A864. Grayscale: #676767. Windows color (decimal): -9021541 or 10180470. OLE color: 10180470.

HSL color Cylindrical-coordinate representation of color #76579B: hue angle of 267.35º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76579B is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11887155-
CMYK0.240.4400.39
HSL267.35º28.1%47.45%-
HSV(B)267.35º43.87%60.78%-
XYZ16.813.0332.64-
YUV104.02156.77137.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.78%
GREEN value IS 87 (34.38% from 255) = 24.17%
BLUE value IS 155 (60.94% from 255) = 43.06%
R=32.78%
G=24.17%
B=43.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118871550.240.4400.39267.3528.147.45
Hex76579B182C02710b1c2f
Octal16612723330540474133457
Binary111011010101111001101111000101100010011110000101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76579B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76579B; }

 p { color: rgb(118,87,155); }

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

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

 a { background-color: rgb(118,87,155); }

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

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

 span { border-color: rgb(118,87,155); }

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