#7B3FAE

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

Shades of Studio #7B3FAE

Tints of Studio #7B3FAE

Color information

#7B3FAE (or 0x7B3FAE) is unknown color: approx Studio. HEX triplet: 7B, 3F and AE. RGB value is (123,63,174). Sum of RGB (Red+Green+Blue) = 123+63+174=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B3FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3FAE is #84C051. Grayscale: #5D5D5D. Windows color (decimal): -8699986 or 11419515. OLE color: 11419515.

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

Color convert

RGB12363174-
CMYK0.290.6400.32
HSL272.43º46.84%46.47%-
HSV(B)272.43º63.79%68.24%-
XYZ17.5910.8241.21-
YUV93.59173.38148.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.17%
GREEN value IS 63 (25% from 255) = 17.5%
BLUE value IS 174 (68.36% from 255) = 48.33%
R=34.17%
G=17.5%
B=48.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123631740.290.6400.32272.4346.8446.47
Hex7B3FAE1D400201102f2e
Octal17377256351000404205756
Binary1111011111111101011101110110000000100000100010000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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