#7B5BAD

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

Shades of Studio #7B5BAD

Tints of Studio #7B5BAD

Color information

#7B5BAD (or 0x7B5BAD) is unknown color: approx Studio. HEX triplet: 7B, 5B and AD. RGB value is (123,91,173). Sum of RGB (Red+Green+Blue) = 123+91+173=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B5BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5BAD is #84A452. Grayscale: #6D6D6D. Windows color (decimal): -8692819 or 11361147. OLE color: 11361147.

HSL color Cylindrical-coordinate representation of color #7B5BAD: hue angle of 263.41º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B5BAD is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12391173-
CMYK0.290.4700.32
HSL263.41º33.33%51.76%-
HSV(B)263.41º47.4%67.84%-
XYZ19.4514.7141.35-
YUV109.92163.6137.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.78%
GREEN value IS 91 (35.94% from 255) = 23.51%
BLUE value IS 173 (67.97% from 255) = 44.70%
R=31.78%
G=23.51%
B=44.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123911730.290.4700.32263.4133.3351.76
Hex7B5BAD1D2F0201072134
Octal17313325535570404074164
Binary1111011101101110101101111011011110100000100000111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,91,173); }

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

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

 a { background-color: rgb(123,91,173); }

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

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

 span { border-color: rgb(123,91,173); }

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