#7B579D

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

Shades of Studio #7B579D

Tints of Studio #7B579D

Color information

#7B579D (or 0x7B579D) is unknown color: approx Studio. HEX triplet: 7B, 57 and 9D. RGB value is (123,87,157). Sum of RGB (Red+Green+Blue) = 123+87+157=367 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.51% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B579D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B579D is #84A862. Grayscale: #696969. Windows color (decimal): -8693859 or 10311547. OLE color: 10311547.

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

Color convert

RGB12387157-
CMYK0.220.4500.38
HSL270.86º28.69%47.84%-
HSV(B)270.86º44.59%61.57%-
XYZ17.6613.4633.57-
YUV105.74156.93140.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.51%
GREEN value IS 87 (34.38% from 255) = 23.71%
BLUE value IS 157 (61.72% from 255) = 42.78%
R=33.51%
G=23.71%
B=42.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123871570.220.4500.38270.8628.6947.84
Hex7B579D162D02610f1d30
Octal17312723526550464173560
Binary111101110101111001110110110101101010011010000111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B579D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,87,157); }

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

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

 a { background-color: rgb(123,87,157); }

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

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

 span { border-color: rgb(123,87,157); }

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