#7B3FB9

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

Shades of Studio #7B3FB9

Tints of Studio #7B3FB9

Color information

#7B3FB9 (or 0x7B3FB9) is unknown color: approx Studio. HEX triplet: 7B, 3F and B9. RGB value is (123,63,185). Sum of RGB (Red+Green+Blue) = 123+63+185=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 185 (72.66% from 255 or 49.87% from 371); Max value from RGB is 185 - color contains mainly: blue. Hex color #7B3FB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B3FB9 is #84C046. Grayscale: #5E5E5E. Windows color (decimal): -8699975 or 12140411. OLE color: 12140411.

HSL color Cylindrical-coordinate representation of color #7B3FB9: hue angle of 269.51º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B3FB9 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12363185-
CMYK0.340.6600.27
HSL269.51º49.19%48.63%-
HSV(B)269.51º65.95%72.55%-
XYZ18.711.2747.09-
YUV94.85178.88148.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.15%
GREEN value IS 63 (25% from 255) = 16.98%
BLUE value IS 185 (72.66% from 255) = 49.87%
R=33.15%
G=16.98%
B=49.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal123631850.340.6600.27269.5149.1948.63
Hex7B3FB9224201B10e3131
Octal17377271421020334166161
Binary1111011111111101110011000101000010011011100001110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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