#7B48BF

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

Shades of Studio #7B48BF

Tints of Studio #7B48BF

Color information

#7B48BF (or 0x7B48BF) is unknown color: approx Studio. HEX triplet: 7B, 48 and BF. RGB value is (123,72,191). Sum of RGB (Red+Green+Blue) = 123+72+191=386 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.87% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B48BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B48BF is #84B740. Grayscale: #646464. Windows color (decimal): -8697665 or 12535931. OLE color: 12535931.

HSL color Cylindrical-coordinate representation of color #7B48BF: hue angle of 265.71º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B48BF is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12372191-
CMYK0.360.6200.25
HSL265.71º48.18%51.57%-
HSV(B)265.71º62.3%74.9%-
XYZ19.8912.6150.68-
YUV100.82178.9143.82-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.87%
GREEN value IS 72 (28.52% from 255) = 18.65%
BLUE value IS 191 (75% from 255) = 49.48%
R=31.87%
G=18.65%
B=49.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123721910.360.6200.25265.7148.1851.57
Hex7B48BF243E01910a3034
Octal17311027744760314126064
Binary1111011100100010111111100100111110011001100001010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B48BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,72,191); }

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

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

 a { background-color: rgb(123,72,191); }

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

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

 span { border-color: rgb(123,72,191); }

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