#7B599F

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

Shades of Studio #7B599F

Tints of Studio #7B599F

Color information

#7B599F (or 0x7B599F) is unknown color: approx Studio. HEX triplet: 7B, 59 and 9F. RGB value is (123,89,159). Sum of RGB (Red+Green+Blue) = 123+89+159=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B599F is #84A660. Grayscale: #6A6A6A. Windows color (decimal): -8693345 or 10443131. OLE color: 10443131.

HSL color Cylindrical-coordinate representation of color #7B599F: hue angle of 269.14º 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 #7B599F is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12389159-
CMYK0.230.4400.38
HSL269.14º28.23%48.63%-
HSV(B)269.14º44.03%62.35%-
XYZ1813.8634.53-
YUV107.15157.26139.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.15%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=33.15%
G=23.99%
B=42.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123891590.230.4400.38269.1428.2348.63
Hex7B599F172C02610d1c31
Octal17313123727540464153461
Binary111101110110011001111110111101100010011010000110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B599F; }

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

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

<style>
 a { background-color: #7B599F; }

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

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

<style>
 span { border-color: #7B599F; }

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

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