#7B3DAD

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

Shades of Studio #7B3DAD

Tints of Studio #7B3DAD

Color information

#7B3DAD (or 0x7B3DAD) is unknown color: approx Studio. HEX triplet: 7B, 3D and AD. RGB value is (123,61,173). Sum of RGB (Red+Green+Blue) = 123+61+173=357 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.45% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B3DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3DAD is #84C252. Grayscale: #5B5B5B. Windows color (decimal): -8700499 or 11353467. OLE color: 11353467.

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

Color convert

RGB12361173-
CMYK0.290.6500.32
HSL273.21º47.86%45.88%-
HSV(B)273.21º64.74%67.84%-
XYZ17.3810.5740.66-
YUV92.31173.54149.89-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.45%
GREEN value IS 61 (24.22% from 255) = 17.09%
BLUE value IS 173 (67.97% from 255) = 48.46%
R=34.45%
G=17.09%
B=48.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123611730.290.6500.32273.2147.8645.88
Hex7B3DAD1D41020111302e
Octal17375255351010404216056
Binary1111011111101101011011110110000010100000100010001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,61,173); }

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

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

 a { background-color: rgb(123,61,173); }

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

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

 span { border-color: rgb(123,61,173); }

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