#7147BC

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

Shades of Studio #7147BC

Tints of Studio #7147BC

Color information

#7147BC (or 0x7147BC) is unknown color: approx Studio. HEX triplet: 71, 47 and BC. RGB value is (113,71,188). Sum of RGB (Red+Green+Blue) = 113+71+188=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #7147BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7147BC is #8EB843. Grayscale: #606060. Windows color (decimal): -9353284 or 12339057. OLE color: 12339057.

HSL color Cylindrical-coordinate representation of color #7147BC: hue angle of 261.54º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7147BC is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11371188-
CMYK0.400.6200.26
HSL261.54º46.61%50.78%-
HSV(B)261.54º62.23%73.73%-
XYZ18.1411.6548.87-
YUV96.9179.41139.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.38%
GREEN value IS 71 (28.12% from 255) = 19.09%
BLUE value IS 188 (73.83% from 255) = 50.54%
R=30.38%
G=19.09%
B=50.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal113711880.400.6200.26261.5446.6150.78
Hex7147BC283E01A1062f33
Octal16110727450760324065763
Binary1110001100011110111100101000111110011010100000110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7147BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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