#7B579B

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

Shades of Studio #7B579B

Tints of Studio #7B579B

Color information

#7B579B (or 0x7B579B) is unknown color: approx Studio. HEX triplet: 7B, 57 and 9B. RGB value is (123,87,155). Sum of RGB (Red+Green+Blue) = 123+87+155=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B579B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B579B is #84A864. Grayscale: #696969. Windows color (decimal): -8693861 or 10180475. OLE color: 10180475.

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

Color convert

RGB12387155-
CMYK0.210.4400.39
HSL271.76º28.1%47.45%-
HSV(B)271.76º43.87%60.78%-
XYZ17.4913.3932.67-
YUV105.52155.93140.47-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.70%
GREEN value IS 87 (34.38% from 255) = 23.84%
BLUE value IS 155 (60.94% from 255) = 42.47%
R=33.70%
G=23.84%
B=42.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal123871550.210.4400.39271.7628.147.45
Hex7B579B152C0271101c2f
Octal17312723325540474203457
Binary111101110101111001101110101101100010011110001000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B579B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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