#7B599E

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

Shades of Studio #7B599E

Tints of Studio #7B599E

Color information

#7B599E (or 0x7B599E) is unknown color: approx Studio. HEX triplet: 7B, 59 and 9E. RGB value is (123,89,158). Sum of RGB (Red+Green+Blue) = 123+89+158=370 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.24% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B599E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B599E is #84A661. Grayscale: #6A6A6A. Windows color (decimal): -8693346 or 10377595. OLE color: 10377595.

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

Color convert

RGB12389158-
CMYK0.220.4400.38
HSL269.57º27.94%48.43%-
HSV(B)269.57º43.67%61.96%-
XYZ17.9113.8234.07-
YUV107.03156.76139.39-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.24%
GREEN value IS 89 (35.16% from 255) = 24.05%
BLUE value IS 158 (62.11% from 255) = 42.70%
R=33.24%
G=24.05%
B=42.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123891580.220.4400.38269.5727.9448.43
Hex7B599E162C02610e1c30
Octal17313123626540464163460
Binary111101110110011001111010110101100010011010000111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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