#7f47bf

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

Shades of Studio #7F47BF

Tints of Studio #7F47BF

Color information

#7F47BF (or 0x7F47BF) is unknown color: approx Studio. HEX triplet: 7F, 47 and BF. RGB value is (127,71,191). Sum of RGB (Red+Green+Blue) = 127+71+191=389 (51% of max value = 765). Red value is 127 (50% from 255 or 32.65% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F47BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F47BF is #80B840. Grayscale: #656565. Windows color (decimal): -8435777 or 12535679. OLE color: 12535679.

HSL color Cylindrical-coordinate representation of color #7F47BF: hue angle of 268º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F47BF is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12771191-
CMYK0.340.6300.25
HSL268º48.39%51.37%-
HSV(B)268º62.83%74.9%-
XYZ20.4112.7850.68-
YUV101.42178.55146.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.65%
GREEN value IS 71 (28.12% from 255) = 18.25%
BLUE value IS 191 (75% from 255) = 49.10%
R=32.65%
G=18.25%
B=49.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127711910.340.6300.2526848.3951.37
Hex7F47BF223F01910c3033
Octal17710727742770314146063
Binary1111111100011110111111100010111111011001100001100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f47bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,71,191); }

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

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

 a { background-color: rgb(127,71,191); }

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

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

 span { border-color: rgb(127,71,191); }

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