#7B5CAD

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

Shades of Studio #7B5CAD

Tints of Studio #7B5CAD

Color information

#7B5CAD (or 0x7B5CAD) is unknown color: approx Studio. HEX triplet: 7B, 5C and AD. RGB value is (123,92,173). Sum of RGB (Red+Green+Blue) = 123+92+173=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B5CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5CAD is #84A352. Grayscale: #6E6E6E. Windows color (decimal): -8692563 or 11361403. OLE color: 11361403.

HSL color Cylindrical-coordinate representation of color #7B5CAD: hue angle of 262.96º 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 #7B5CAD is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12392173-
CMYK0.290.4700.32
HSL262.96º33.06%51.96%-
HSV(B)262.96º46.82%67.84%-
XYZ19.5414.8841.38-
YUV110.5163.27136.91-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.70%
GREEN value IS 92 (36.33% from 255) = 23.71%
BLUE value IS 173 (67.97% from 255) = 44.59%
R=31.70%
G=23.71%
B=44.59%

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
Decimal123921730.290.4700.32262.9633.0651.96
Hex7B5CAD1D2F0201072134
Octal17313425535570404074164
Binary1111011101110010101101111011011110100000100000111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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