#7B48BB

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

Shades of Studio #7B48BB

Tints of Studio #7B48BB

Color information

#7B48BB (or 0x7B48BB) is unknown color: approx Studio. HEX triplet: 7B, 48 and BB. RGB value is (123,72,187). Sum of RGB (Red+Green+Blue) = 123+72+187=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B48BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B48BB is #84B744. Grayscale: #636363. Windows color (decimal): -8697669 or 12273787. OLE color: 12273787.

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

Color convert

RGB12372187-
CMYK0.340.6100.27
HSL266.61º45.82%50.78%-
HSV(B)266.61º61.5%73.33%-
XYZ19.4612.4348.39-
YUV100.36176.9144.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.20%
GREEN value IS 72 (28.52% from 255) = 18.85%
BLUE value IS 187 (73.44% from 255) = 48.95%
R=32.20%
G=18.85%
B=48.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal123721870.340.6100.27266.6145.8250.78
Hex7B48BB223D01B10b2e33
Octal17311027342750334135663
Binary1111011100100010111011100010111101011011100001011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B48BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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