#7B4AAE

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

Shades of Studio #7B4AAE

Tints of Studio #7B4AAE

Color information

#7B4AAE (or 0x7B4AAE) is unknown color: approx Studio. HEX triplet: 7B, 4A and AE. RGB value is (123,74,174). Sum of RGB (Red+Green+Blue) = 123+74+174=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B4AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4AAE is #84B551. Grayscale: #636363. Windows color (decimal): -8697170 or 11422331. OLE color: 11422331.

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

Color convert

RGB12374174-
CMYK0.290.5700.32
HSL269.4º40.32%48.63%-
HSV(B)269.4º57.47%68.24%-
XYZ18.2612.1641.43-
YUV100.05169.73144.37-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.15%
GREEN value IS 74 (29.30% from 255) = 19.95%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=33.15%
G=19.95%
B=46.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123741740.290.5700.32269.440.3248.63
Hex7B4AAE1D3902010d2831
Octal17311225635710404155061
Binary1111011100101010101110111011110010100000100001101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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