#7147BA

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

Shades of Studio #7147BA

Tints of Studio #7147BA

Color information

#7147BA (or 0x7147BA) is unknown color: approx Studio. HEX triplet: 71, 47 and BA. RGB value is (113,71,186). Sum of RGB (Red+Green+Blue) = 113+71+186=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #7147BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7147BA is #8EB845. Grayscale: #606060. Windows color (decimal): -9353286 or 12207985. OLE color: 12207985.

HSL color Cylindrical-coordinate representation of color #7147BA: hue angle of 261.91º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7147BA is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11371186-
CMYK0.390.6200.27
HSL261.91º45.45%50.39%-
HSV(B)261.91º61.83%72.94%-
XYZ17.9311.5647.74-
YUV96.67178.41139.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.54%
GREEN value IS 71 (28.12% from 255) = 19.19%
BLUE value IS 186 (73.05% from 255) = 50.27%
R=30.54%
G=19.19%
B=50.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113711860.390.6200.27261.9145.4550.39
Hex7147BA273E01B1062d32
Octal16110727247760334065562
Binary1110001100011110111010100111111110011011100000110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7147BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7147BA; }

 p { color: rgb(113,71,186); }

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

<style>
 a { background-color: #7147BA; }

 a { background-color: rgb(113,71,186); }

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

<style>
 span { border-color: #7147BA; }

 span { border-color: rgb(113,71,186); }

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