#7B4AAB

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

Shades of Studio #7B4AAB

Tints of Studio #7B4AAB

Color information

#7B4AAB (or 0x7B4AAB) is unknown color: approx Studio. HEX triplet: 7B, 4A and AB. RGB value is (123,74,171). Sum of RGB (Red+Green+Blue) = 123+74+171=368 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.42% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B4AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4AAB is #84B554. Grayscale: #636363. Windows color (decimal): -8697173 or 11225723. OLE color: 11225723.

HSL color Cylindrical-coordinate representation of color #7B4AAB: hue angle of 270.31º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B4AAB is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12374171-
CMYK0.280.5700.33
HSL270.31º39.59%48.04%-
HSV(B)270.31º56.73%67.06%-
XYZ17.9712.0539.91-
YUV99.71168.23144.61-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.42%
GREEN value IS 74 (29.30% from 255) = 20.11%
BLUE value IS 171 (67.19% from 255) = 46.47%
R=33.42%
G=20.11%
B=46.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal123741710.280.5700.33270.3139.5948.04
Hex7B4AAB1C3902110e2830
Octal17311225334710414165060
Binary1111011100101010101011111001110010100001100001110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,74,171); }

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

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

 a { background-color: rgb(123,74,171); }

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

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

 span { border-color: rgb(123,74,171); }

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