#7B3FAB

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

Shades of Studio #7B3FAB

Tints of Studio #7B3FAB

Color information

#7B3FAB (or 0x7B3FAB) is unknown color: approx Studio. HEX triplet: 7B, 3F and AB. RGB value is (123,63,171). Sum of RGB (Red+Green+Blue) = 123+63+171=357 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.45% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B3FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3FAB is #84C054. Grayscale: #5C5C5C. Windows color (decimal): -8699989 or 11222907. OLE color: 11222907.

HSL color Cylindrical-coordinate representation of color #7B3FAB: hue angle of 273.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B3FAB is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12363171-
CMYK0.280.6300.33
HSL273.33º46.15%45.88%-
HSV(B)273.33º63.16%67.06%-
XYZ17.310.7139.68-
YUV93.25171.88149.22-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.45%
GREEN value IS 63 (25% from 255) = 17.65%
BLUE value IS 171 (67.19% from 255) = 47.90%
R=34.45%
G=17.65%
B=47.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal123631710.280.6300.33273.3346.1545.88
Hex7B3FAB1C3F0211112e2e
Octal1737725334770414215656
Binary111101111111110101011111001111110100001100010001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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