#7b589d

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

Shades of Studio #7B589D

Tints of Studio #7B589D

Color information

#7B589D (or 0x7B589D) is unknown color: approx Studio. HEX triplet: 7B, 58 and 9D. RGB value is (123,88,157). Sum of RGB (Red+Green+Blue) = 123+88+157=368 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.42% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B589D is #84A762. Grayscale: #6A6A6A. Windows color (decimal): -8693603 or 10311803. OLE color: 10311803.

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

Color convert

RGB12388157-
CMYK0.220.4400.38
HSL270.43º28.16%48.04%-
HSV(B)270.43º43.95%61.57%-
XYZ17.7413.6233.59-
YUV106.33156.6139.89-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.42%
GREEN value IS 88 (34.77% from 255) = 23.91%
BLUE value IS 157 (61.72% from 255) = 42.66%
R=33.42%
G=23.91%
B=42.66%

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
Decimal123881570.220.4400.38270.4328.1648.04
Hex7B589D162C02610e1c30
Octal17313023526540464163460
Binary111101110110001001110110110101100010011010000111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b589d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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