#7148BA

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

Shades of Studio #7148BA

Tints of Studio #7148BA

Color information

#7148BA (or 0x7148BA) is unknown color: approx Studio. HEX triplet: 71, 48 and BA. RGB value is (113,72,186). Sum of RGB (Red+Green+Blue) = 113+72+186=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #7148BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7148BA is #8EB745. Grayscale: #606060. Windows color (decimal): -9353030 or 12208241. OLE color: 12208241.

HSL color Cylindrical-coordinate representation of color #7148BA: hue angle of 261.58º degrees, saturation: 0.45, 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 #7148BA is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11372186-
CMYK0.390.6100.27
HSL261.58º45.24%50.59%-
HSV(B)261.58º61.29%72.94%-
XYZ17.9911.6947.76-
YUV97.26178.08139.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.46%
GREEN value IS 72 (28.52% from 255) = 19.41%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=30.46%
G=19.41%
B=50.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113721860.390.6100.27261.5845.2450.59
Hex7148BA273D01B1062d33
Octal16111027247750334065563
Binary1110001100100010111010100111111101011011100000110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7148BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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