#7B4FAE

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

Shades of Studio #7B4FAE

Tints of Studio #7B4FAE

Color information

#7B4FAE (or 0x7B4FAE) is unknown color: approx Studio. HEX triplet: 7B, 4F and AE. RGB value is (123,79,174). Sum of RGB (Red+Green+Blue) = 123+79+174=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B4FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B4FAE is #84B051. Grayscale: #666666. Windows color (decimal): -8695890 or 11423611. OLE color: 11423611.

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

Color convert

RGB12379174-
CMYK0.290.5500.32
HSL267.79º37.55%49.61%-
HSV(B)267.79º54.6%68.24%-
XYZ18.612.8641.55-
YUV102.99168.08142.28-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.71%
GREEN value IS 79 (31.25% from 255) = 21.01%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=32.71%
G=21.01%
B=46.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123791740.290.5500.32267.7937.5549.61
Hex7B4FAE1D3702010c2632
Octal17311725635670404144662
Binary1111011100111110101110111011101110100000100001100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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