#76599F

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

Shades of Studio #76599F

Tints of Studio #76599F

Color information

#76599F (or 0x76599F) is unknown color: approx Studio. HEX triplet: 76, 59 and 9F. RGB value is (118,89,159). Sum of RGB (Red+Green+Blue) = 118+89+159=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #76599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76599F is #89A660. Grayscale: #696969. Windows color (decimal): -9021025 or 10443126. OLE color: 10443126.

HSL color Cylindrical-coordinate representation of color #76599F: hue angle of 264.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76599F is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11889159-
CMYK0.260.4400.38
HSL264.86º28.23%48.63%-
HSV(B)264.86º44.03%62.35%-
XYZ17.313.534.49-
YUV105.65158.11136.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.24%
GREEN value IS 89 (35.16% from 255) = 24.32%
BLUE value IS 159 (62.5% from 255) = 43.44%
R=32.24%
G=24.32%
B=43.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118891590.260.4400.38264.8628.2348.63
Hex76599F1A2C0261091c31
Octal16613123732540464113461
Binary111011010110011001111111010101100010011010000100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,89,159); }

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

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

 a { background-color: rgb(118,89,159); }

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

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

 span { border-color: rgb(118,89,159); }

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