#7A47BB

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

Shades of Studio #7A47BB

Tints of Studio #7A47BB

Color information

#7A47BB (or 0x7A47BB) is unknown color: approx Studio. HEX triplet: 7A, 47 and BB. RGB value is (122,71,187). Sum of RGB (Red+Green+Blue) = 122+71+187=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A47BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A47BB is #85B844. Grayscale: #636363. Windows color (decimal): -8763461 or 12273530. OLE color: 12273530.

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

Color convert

RGB12271187-
CMYK0.350.6200.27
HSL266.38º46.03%50.59%-
HSV(B)266.38º62.03%73.33%-
XYZ19.2512.2348.36-
YUV99.47177.4144.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.11%
GREEN value IS 71 (28.12% from 255) = 18.68%
BLUE value IS 187 (73.44% from 255) = 49.21%
R=32.11%
G=18.68%
B=49.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122711870.350.6200.27266.3846.0350.59
Hex7A47BB233E01B10a2e33
Octal17210727343760334125663
Binary1111010100011110111011100011111110011011100001010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A47BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,71,187); }

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

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

 a { background-color: rgb(122,71,187); }

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

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

 span { border-color: rgb(122,71,187); }

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