#7B4DA9

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

Shades of Studio #7B4DA9

Tints of Studio #7B4DA9

Color information

#7B4DA9 (or 0x7B4DA9) is unknown color: approx Studio. HEX triplet: 7B, 4D and A9. RGB value is (123,77,169). Sum of RGB (Red+Green+Blue) = 123+77+169=369 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.33% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 169 (66.41% from 255 or 45.80% from 369); Max value from RGB is 169 - color contains mainly: blue. Hex color #7B4DA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B4DA9 is #84B256. Grayscale: #646464. Windows color (decimal): -8696407 or 11095419. OLE color: 11095419.

HSL color Cylindrical-coordinate representation of color #7B4DA9: hue angle of 270º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B4DA9 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12377169-
CMYK0.270.5400.34
HSL270º37.4%48.24%-
HSV(B)270º54.44%66.27%-
XYZ17.9812.3838.98-
YUV101.24166.24143.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.33%
GREEN value IS 77 (30.47% from 255) = 20.87%
BLUE value IS 169 (66.41% from 255) = 45.80%
R=33.33%
G=20.87%
B=45.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal123771690.270.5400.3427037.448.24
Hex7B4DA91B3602210e2530
Octal17311525133660424164560
Binary1111011100110110101001110111101100100010100001110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,77,169); }

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

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

 a { background-color: rgb(123,77,169); }

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

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

 span { border-color: rgb(123,77,169); }

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